Public report — Tomodachi-Life-Save-Editor, published 8 Aug 2026. Concrete security findings (CVE IDs, secret matches, dependency versions) are hidden in this version; ask the repo owner for the full report.
Watchdog 08-08-2026 @ 00:15 UTC Public
Code Health Audit

Brionjv/Tomodachi-Life-Save-Editor

36% Weak
CriticalWeakAdequateStrongExemplary
middle

— · 1 projects · weakest lens: Readiness (17%)

Grounded in facts. Every number here is computed, not narrated — reproducible, tool-backed, and traceable to a line of code. How to trust this ▸

32/34dimensions tool-verifieddeterministic · confidence 1.0 · 2 LLM-assisted, advisory
1315findings with an exact file:lineof 1322 — the remainder are repo-wide signals (a dimension-level measurement, not a single line); open any file:line and verify
34/90dimensions across the health lenses · 1 projects — wide & deep

Executive summary

Read through the Production lens — the standard calibration. *Green* means good enough to run in production. The score is absolute and comparable across repos.

Brionjv/Tomodachi-Life-Save-Editor carries serious gaps (36%). Several issues below can materially affect correctness, security, or the cost of changing it — and propagate to everything that depends on it.

It is strongest in Security (100%) — its security and compliance posture is in good shape. Code Health (80%) is solid too.

The area that most needs attention is Readiness (17%) — releases are harder to depend on — versioning, release notes and dependency hygiene are thin, so consumers can't easily tell what changed or trust an upgrade. Maturity (33%) is the next concern — onboarding is slow — key decisions and the architecture aren't written down, so contributors have to reverse-engineer the intent.

Leadership focus, highest impact first: CI workflow that builds and runs the test suite on every push/PR (CI/CD gates); ILogger (or Serilog) and log at meaningful points across… (Observability); 1 No automated tests finding(s) in Code Coverage (Code Coverage).

For scale: — (~0 production lines); rebuilding it from scratch would take roughly — (—). Approximate, ±~30%.

It builds on a genuinely strong Security foundation (100%); the priorities above are the highest-leverage way to bring the rest up to that level.

How the score is built — each lens's share of the headline Width is the lens's weight in the worst-heaviest fold (the weakest area pulls hardest); colour is that lens's own band. A lens fixes the score in proportion to its width.
Readiness 17% · 47% weightMaturity 33% · 26% weightArchitecture 60% · 14% weightCode Health 80% · 8% weightSecurity 100% · 4% weight

Raise Readiness 17 → 70 (the Healthy floor) ⇒ headline 36 → ~52.

Code composition — where the lines go
Generated 100%
New since the last scan (21+)

21 finding(s) are new versus the previous scan (2026-08-03) — surfaced by this scheduled scan itself, no pull request required.

  • D4 · Duplicated block (15 lines × 102) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (15 lines × 4) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (15 lines × 3) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (13 lines × 4) Tomodachi Life Save Editor/TLSE_interactions.vb
  • D4 · Duplicated block (13 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb
  • D4 · Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (10 lines × 4) Tomodachi Life Save Editor/TLSE_extras.vb
  • D4 · Duplicated block (10 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb
  • D4 · Duplicated block (10 lines × 3) Tomodachi Life Save Editor/TLSE_islandinfo.vb
  • D4 · Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb
  • D4 · Duplicated block (9 lines × 3) Tomodachi Life Save Editor/TLSE_hub.vb
  • D4 · Duplicated block (8 lines × 56) Tomodachi Life Save Editor/TLSE_creaislandranking.vb
  • D4 · Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb
  • D4 · Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_hub.vb
  • D4 · Duplicated block (6 lines × 2) Tomodachi Life Save Editor/TLSE_hub.vb
  • P2 · No structured logging
  • SC1 · NuGet dependencies are not locked

A full-fidelity diff against the previous run's complete recorded findings — line-move tolerant: a finding that only shifted line counts as unchanged, only genuinely new titles/files surface here.

Top priorities

The highest-leverage moves; the full ranked list is in the Roadmap below.

1
Resolve the 1 No automated tests finding(s) in Code Coverage.
+15.8 pts · Low effort · Code Coverage
2
Resolve the 1 No tests found finding(s) in Test Distribution.
+15.8 pts · Low effort · Test Distribution
3
Add a CI workflow that builds and runs the test suite on every push/PR.
+19.2 pts · Medium effort · CI/CD gates

Diagnosis — what's actually going on

Highest-leverage move · Medium · Leverage
Of everything flagged, the best return on effort is: Add a CI workflow that builds and runs the test suite on every push/PR. The rest can wait behind it.
Evidence: priority ranking: top of 5 ranked by impact/effort
→ Add a CI workflow that builds and runs the test suite on every push/PR.

At a glance — Code Health · 80% · Adequate · gated by D1, D2, D18

At a glance — Architecture · 60% · Adequate · gated by AX5

At a glance — Maturity · 33% · Weak · gated by M2, M4

At a glance — Readiness · 17% · Critical · gated by D8, D9, P1, P2, P3

At a glance — Security · 100% · Exemplary

Roadmap

First, establish a continuous integration pipeline to automatically build the code and run tests on every change. Next, implement structured logging across all services to improve observability and enable effective debugging. Then, address the single gap in automated testing by ensuring all critical code paths are covered. Finally, begin documenting significant architectural decisions and their rationale to preserve institutional knowledge.

Ranked by impact ÷ effort. "Helps" is the estimated gain on the 0–100 health score.

Do thisHelpsEffortDimension
Resolve the 1 No automated tests finding(s) in Code Coverage.+15.8 ptsLowCode Coverage
Resolve the 1 No tests found finding(s) in Test Distribution.+15.8 ptsLowTest Distribution
Add a CI workflow that builds and runs the test suite on every push/PR.+19.2 ptsMediumCI/CD gates
Adopt ILogger (or Serilog) and log at meaningful points across the projects.+19.2 ptsMediumObservability
Start an ADR log (docs/adr/) recording significant decisions and their rationale.+11.4 ptsMediumArchitecture documentation
Reconcile the README with reality: README omits the island ranking data project entirely; README omits the Mii exchange project entirely; README omits the special travelers project entirely.+11.4 ptsMediumDocumentation accuracy
Expand the README with getting-started, architecture overview and a project map.+10.8 ptsMediumDocumentation (README)
Improve Documentation Quality — currently 2.0/10.+8.9 ptsMediumDocumentation Quality

File quality

Per-file score 0–10 — a quality signature. Of 29 files carrying findings, judged against the Production bar: 17% slop · 80% mixed · 3% near-clean.

FileScoreBandWorst signal
Tomodachi Life Save Editor/TLSE_hub.vb2.8SlopExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_miiprofile.vb3.4SlopExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_dataislandranking.vb3.4SlopExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_datamiiexchange.vb3.4SlopExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_manag_allmiis.vb3.8SlopExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_Jrelationships.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_relationships.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_extras.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_interactions.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_miifoods.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_itemsedit.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_crcxmodem.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_miiinventory.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_miistatus.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_travelers_status.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_manag_travelers.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_concertedit.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_creaislandranking.vb4.6MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_islandinfo.vb4.7MixedExplicit Debt: EmptyCatchBlock
Tomodachi Life Save Editor/TLSE_manag_mii.vb4.7MixedExplicit Debt: EmptyCatchBlock

Methodology & how to trust this report

Watchdog is a deep, periodic assessment — run each sprint, monthly, or quarterly, taking the time to go wider and deeper than a quick check and surfacing in one coherent report what you'd otherwise piece together from a dozen separate tools. It scores deterministically: the same commit yields the same score, every run. 32 of 34 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 2 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.6 — the weighted average across measured dimensions; it falls as more of the score leans on LLM-assisted judgement and rises when it's fully tool-backed.

Every figure here is one of three kinds, and we label which: ✓ Measured — a deterministic fact (LoC, complexity, coverage); ~ Modeled — an estimate from a stated model (cost, effort, value-at-risk), always a range with its assumptions, never a precise fact; ◐ Advisory — an LLM prose judgement. We never present a modelled estimate as if it were measured. Perfect or absent scores carry their provenance too (ADR-0011): ✓ Tool-verified means the property itself was measured across the surface; ○ Nothing flagged means the probes came back clean — a claim bounded by what a repository can show; ⊘ Not evidenced means a working control (a tested restore, an automated rollback) showed no positive evidence — absence of evidence is not evidence of a control, so it's excluded from the score rather than awarded a spurious 10; ◐ Sampled · advisory marks an LLM verdict over a bounded sample — advisory, never a deterministic measurement.

What we checked — 34 dimensions across the health lenses
D1D2D3D4D5D6D8D9D12D13D15D16D17D18D19D21D26D28D29D30D34D35AX5GD1M1M2M3M4P1P2P3X1X3X4

Each chip is a dimension scored from real signals across architecture, testing, dependencies, security & compliance, documentation, git-history and code quality — in one coherent pass. A surface report typically covers a handful.

How to trust any code-health report — three questions
  1. Can you open the finding? Real findings cite a repo-relative file and line you can open at the cited line — never an absolute scratch path. Here, 1315 of 1322 do; the remainder are repo-wide signals — a dimension-level measurement, not a single line. (Every path in this report is repo-relative by construction: paths are normalized at the producer and the report is rejected if any rooted path leaks through.)
  2. Is there a tool behind the number? Every score below names the method that produced it — Roslyn, git, a scanner, or (for a handful of documentation/naming dimensions) an LLM labelled sampled · advisory — not a narrative.
  3. Does re-running give the same result? Run it again on the same commit and the score — and this report, byte for byte — is identical. A report whose numbers move between runs is describing the run, not the code.

This report answers yes to all three. That's the bar to hold any assessment to.

Tools & methods

The actual versions used this run (captured at analysis time) — re-run on the same commit for the identical score.

MethodBacksVersionEvaluator
Roslyn static analysisComplexity, cohesion, coupling, dead code, API surface, layering5.3.0✓ deterministic
Native secret scannerHardcoded secrets / credentials1.0.0✓ deterministic
jscpdCode duplication✓ deterministic
Coverage (coverlet / dotnet-coverage)Line & branch coverage10.0.301✓ deterministic
NuGet / dotnetOutdated, vulnerable & deprecated dependencies10.0.301✓ deterministic
git / LibGit2SharpChurn hotspots, knowledge concentration, history2.43.0 · 0.31.0✓ deterministic
gitleaks · semgrep · trivy · checkovSecrets in history, SAST, CVEs, IaC & container, PII / GDPR1.86.0 · 0.69.3✓ deterministic
LLM (sampled · advisory)Documentation quality, ADR conformance, naming — sampled over a bounded sample; advisory, never a deterministic measurementLocal LLM◐ LLM · sampled · advisory

Every finding is locatable in findings.md. Run 019fdeb9-257d-7b9e-a5df-2b0d5c1c21a9.

The exact command behind every deep-scan dimension — tool, version, invocation and retained raw output — is in Appendix B — Reproduction & audit trail.

Run transparency — what happened this run

What ran differently this time — a tool absent, degraded, or that fell back to an estimate. Named openly, not folded silently into the scores. A degraded run also records its exact cause in diagnostics.md.

  • D31 IaC & Container Security — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
  • D32 Data Compliance (PII/GDPR) — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
  • D33 JS/npm Dependency Vulnerabilities — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
  • D36 Supply-chain Provenance & Signing — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
  • D37 Vulnerability-disclosure Policy — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.
  • D38 OSV Dependency Vulnerabilities — scanner not present in this environment — The backing tool was not installed where this scan ran, so this dimension was not scored. Install the tool (or run in the hosted environment, where it is always present) for a graded result.

Repo exclusion declarations (.gitattributes linguist-generated/vendored, .editorconfig generated_code): none declared — every source file was scored.

Limitations & what we did not check

Watchdog assesses the repository exactly as committed, and only the repository. By design it does not reach outside the source tree: the live cloud account, the running CI/CD pipeline, the host's branch-protection and approval rules, the production configuration, or a restore actually exercised against a backup are all out of scope. That boundary is a feature, not a gap — a repo-relative, deterministic scan re-runs identically on any commit and every finding opens at a real file and line, where a live audit can neither be reproduced nor traced. The visible consequence is that controls which leave no in-repo evidence are reported as "not evidenced" and excluded from the score rather than awarded a number a static scan cannot justify.

Per-dimension blind spots

For each dimension that was measured, what a static, repo-only scan structurally cannot see — the honest edge of the measurement, not a failure of it.

  • D1 Cyclomatic Complexity: Cyclomatic complexity counts branches statically — it cannot tell an essential decision tree from accidental tangle, nor see complexity that lives in data or configuration (large switch-case token tables, DSL lexers/parsers, data-as-code rule tables) rather than control flow: a tokenizer's many single-character cases read as high complexity though each branch is trivial.
  • D2 Cognitive Complexity: Cognitive-complexity heuristics approximate how hard code is to follow; genuine domain difficulty and well-named intent that eases reading are not captured.
  • D3 God Classes: "God class" is sized by members and responsibilities visible in the type — a deliberately broad facade over a coherent subsystem can read the same as an accidental grab-bag. For front-end JS the file-length check is cohesion-aware (a single-responsibility module — one class/IIFE — earns a 3× threshold), but cohesion is approximated from top-level declarations, not true dependency structure.
  • D4 Code Duplication: Duplication is token-similarity (jscpd) — it finds copy-paste, not semantic duplication expressed differently. Committed machine-written code (EF migration scaffolds, *.Designer.cs, model snapshots) is EXCLUDED — its repetition is the tool's, not the team's — so the score reflects hand-written duplication only; the generated footprint is reported separately under Solution Shape.
  • D5 Coupling: Coupling is measured between projects/assemblies — runtime coupling through DI, reflection, messaging or shared databases is invisible to a static reference graph.
  • D6 Cohesion (LCOM4): LCOM4 cohesion is syntactic — it infers connectivity from which methods touch which fields/methods by name, not from real runtime behaviour or intent.
  • D8 Code Coverage: Coverage is measured by building and running the suite (`dotnet test --collect`) inside Watchdog's isolated image — the target repo is never modified, and nothing on your systems runs. So coverage exists only when the suite builds and runs within the inline time budget; one that needs external services, can't build, or exceeds the budget yields no coverage (D8 then degrades to not-measured, not a low score). Line coverage also says nothing about assertion quality.
  • D9 Test Distribution: The test-pyramid shape is inferred from project/folder naming and references, with a single test host bucketed per-file by its path tier and content signals — a suite that names tiers unconventionally and gives no per-file signal can still be mis-bucketed.
  • D12 Dependency Hygiene: Dependency health reads manifests and lockfiles — a vulnerability in a vendored/copied dependency, or risk from how a dependency is actually used, is outside this view.
  • D13 Secret Scanning: Secret detection is signature- and entropy-based on the current tree — a secret that does not match a known pattern, or one already rotated, will not be flagged (a clean scan is "nothing matched", not "no secrets exist").
  • D15 Churn × Complexity Hotspots: Churn hotspots come from git history — a freshly imported or squashed repository has no churn signal, and recent rewrites can mask a historically risky file.
  • D16 Bus Factor: Bus-factor is a time-decayed model of commit attribution (who has recently, repeatedly worked a file), not comprehension — pairing, review and reading-without-committing spread knowledge it can't see; bot commits and shared accounts still distort it.
  • D17 Explicit Debt: Acknowledged-debt signals (TODO/FIXME, suppressions, dead code) are textual — undocumented debt that nobody marked, and debt that lives in design rather than annotations, is invisible. Committed machine-written code (EF migrations, designer files, snapshots) is excluded — it is never the team's dead code to delete.
  • D18 Solution Shape: Build integrity reflects whether the solution compiled in this environment — a build that needs a private feed, a specific SDK, or a generated file absent from the repo can read as broken when it is merely unreproducible here.
  • D19 Documentation Quality: Documentation quality is judged by an LLM over a bounded sample of docs — it reads what is written, not whether the docs match the running system, and it is advisory, not a measurement.
  • D21 Naming Consistency: Naming quality is an LLM judgement over a bounded sample — it assesses clarity/consistency of the names it sees, not domain-correctness, and is advisory.
  • D26 Project Cohesion: Project focus is sized from members/namespaces per project — a project that is broad by deliberate design reads the same as one that has sprawled.
  • D28 Secrets (history): Secret-history scanning sweeps the git log for known patterns — a secret that predates the available history, or never matched a signature, is not found (clean means "nothing matched in the history we can see").
  • D29 Static Analysis (SAST): SAST findings are pattern-based (semgrep) — it finds classes of bug it has rules for; logic flaws, auth/authorization gaps and issues needing runtime context are out of reach (and clean means "no rule matched").
  • D30 Dependency Vulnerabilities: CVE matching depends on accurate package/version metadata and the advisory database — a vulnerability with no published advisory, or in code not declared as a dependency, is not seen.
  • D34 Knowledge Freshness: Freshness is decayed commit RECENCY, not comprehension — code read often but rarely committed reads as orphaned, and stable code that genuinely needs no changes is penalised the same as forgotten code; bot/squash commits distort it like the bus factor.
  • D35 Change Coupling: Change coupling is co-change in COMMITS — files split across separate commits, or coupled only through a shared config/build step, read as uncoupled, and a sweeping commit (rename/format) is excluded so it doesn't couple everything. It shows that files change together, not WHY: a high coupling can be a healthy cohesive pair as readily as a hidden leak.
  • M4 Documentation accuracy: Onboarding quality is an LLM read of the docs/setup present — it cannot run the onboarding or measure how long a real new joiner takes; the verdict is sampled and advisory.

The LLM boundary

LLM-set scores this run (3): D19, D21, M4 (model: Local LLM). For these, a model reads a bounded sample and sets the numeric score (documentation, ADR quality, naming, comment value, onboarding) — D25 sets the ADR-conformance fraction over sampled code, D22 judges API accuracy over a sample. These are sampled and advisory by design: they vary at the margins between runs and are never a deterministic measurement. Every other score in this report is tool-computed at confidence 1.0.

Dimensions

D1 · Cyclomatic Complexity0.0 / 10Critical✓ Tool-verified

What it measures: How tangled the control flow is — methods with many branches are hard to test and change.

Method: Cyclomatic complexity per method (1 + decision points), computed exhaustively across production source; test projects separated by convention. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 0.0 / 10 · rule-coverage 100% · ceiling Prevented

489 method(s) exceeded the cyclomatic complexity threshold of 15; the worst was TLSE_Jrelationships.Button_setallrelation_Click at 708.

TLSE_Jrelationships.Button_setallrelation_Click (cyclomatic 708)Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46585
TLSE_relationships.Button_setallrelation_Click (cyclomatic 708)Tomodachi Life Save Editor/TLSE_relationships.vb:46588
TLSE_extras.settummyfullempt (cyclomatic 604)Tomodachi Life Save Editor/TLSE_extras.vb:2499
TLSE_interactions.valu_target1_ValueChanged (cyclomatic 566)Tomodachi Life Save Editor/TLSE_interactions.vb:9084
TLSE_relationships.valu_friend_rela_1_ValueChanged (cyclomatic 560)Tomodachi Life Save Editor/TLSE_relationships.vb:48919

+ 484 more group(s) — more in Appendix A; the complete list is findings.md.

What to do

  1. Resolve the 1 TLSE_Jrelationships.Button_setallrelation_Click (cyclomatic 708) finding(s) in Cyclomatic Complexity — start with TLSE_Jrelationships.vb. — One of this dimension's main actionable groups (1 warning-level).
  2. Resolve the 1 TLSE_relationships.Button_setallrelation_Click (cyclomatic 708) finding(s) in Cyclomatic Complexity — start with TLSE_relationships.vb. — One of this dimension's main actionable groups (1 warning-level).
  3. Resolve the 1 TLSE_extras.settummyfullempt (cyclomatic 604) finding(s) in Cyclomatic Complexity — start with TLSE_extras.vb. — One of this dimension's main actionable groups (1 warning-level).
  4. Enforce Cyclomatic Complexity in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.

Detailed fixes: d1_recommendation.md · top locations in Appendix A, every location in findings.md.

D2 · Cognitive Complexity0.0 / 10Critical✓ Tool-verified

What it measures: How hard the code is for a person to follow, beyond raw branching.

Method: Cognitive complexity per method (Sonar-style nesting-penalized score), computed exhaustively over production code, excluding test projects. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 0.0 / 10 · rule-coverage 100% · ceiling Prevented

500 method(s) exceeded the cognitive complexity threshold of 15; the worst was TLSE_extras.settummyfullempt at 1604.

TLSE_extras.settummyfullempt (cognitive 1604)Tomodachi Life Save Editor/TLSE_extras.vb:2499
TLSE_relationships.valu_friend_rela_1_ValueChanged (cognitive 1475)Tomodachi Life Save Editor/TLSE_relationships.vb:48919
TLSE_relationships.valu_friend_rela_2_ValueChanged (cognitive 1475)Tomodachi Life Save Editor/TLSE_relationships.vb:50327
TLSE_relationships.valu_friend_rela_3_ValueChanged (cognitive 1475)Tomodachi Life Save Editor/TLSE_relationships.vb:51735
TLSE_relationships.valu_friend_rela_4_ValueChanged (cognitive 1475)Tomodachi Life Save Editor/TLSE_relationships.vb:53143

+ 495 more group(s) — more in Appendix A; the complete list is findings.md.

What to do

  1. Resolve the 1 TLSE_extras.settummyfullempt (cognitive 1604) finding(s) in Cognitive Complexity — start with TLSE_extras.vb. — One of this dimension's main actionable groups (1 warning-level).
  2. Resolve the 1 TLSE_relationships.valu_friend_rela_1_ValueChanged (cognitive 1475) finding(s) in Cognitive Complexity — start with TLSE_relationships.vb. — One of this dimension's main actionable groups (1 warning-level).
  3. Resolve the 1 TLSE_relationships.valu_friend_rela_2_ValueChanged (cognitive 1475) finding(s) in Cognitive Complexity — start with TLSE_relationships.vb. — One of this dimension's main actionable groups (1 warning-level).
  4. Enforce Cognitive Complexity in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.

Detailed fixes: d2_recommendation.md · top locations in Appendix A, every location in findings.md.

D3 · God Classes9.8 / 10Exemplary✓ Tool-verified

What it measures: Over-large classes that try to do too much ("god classes").

Method: God-class detection by line and method-count thresholds per logical type (partial classes unified), filtered for generated code and registration/contract false positives. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 9.8 / 10 · rule-coverage 100% · ceiling Prevented

26 god class(es) detected.

FileTooLong: Tomodachi Life Save Editor/TLSE_Jrelationships.vb · ×22Tomodachi Life Save Editor/TLSE_Jrelationships.vb:0
TooManyMethods: TLSE_Jrelationships · ×18Tomodachi Life Save Editor/TLSE_Jrelationships.vb:0
ClassTooLong: TLSE_crcxmodem · ×8Tomodachi Life Save Editor/TLSE_crcxmodem.vb:0

✓ On the Gold path — maintain.

Detailed fixes: d3_recommendation.md · top locations in Appendix A, every location in findings.md.

D4 · Code Duplication9.8 / 10Exemplary✓ Tool-verified

What it measures: Copy-pasted code that should be shared instead.

Method: Code duplication via token-stream sliding windows with type-aware normalization (locals masked, type names preserved), density-scored per KLoC of production code. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 9.8 / 10 · rule-coverage 100% · ceiling Verified

242 duplicated block group(s) detected.

Duplicated block (8 lines × 3) · ×158Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20170
Duplicated block (11 lines × 2) · ×10Tomodachi Life Save Editor/TLSE_interactions.vb:3927
Duplicated block (10 lines × 2) · ×9Tomodachi Life Save Editor/TLSE_crcxmodem.vb:149
Duplicated block (12 lines × 2) · ×7Tomodachi Life Save Editor/TLSE_dataislandranking.vb:855
Duplicated block (8 lines × 2) · ×5Tomodachi Life Save Editor/TLSE_crcxmodem.vb:976

+ 30 more group(s) — more in Appendix A; the complete list is findings.md.

✓ On the Gold path — maintain.

Detailed fixes: d4_recommendation.md · top locations in Appendix A, every location in findings.md.

D5 · Coupling10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether volatile projects sit underneath others that depend on them (so their churn ripples upward), and whether project dependencies form cycles. A widely-depended-on but stable shared/kernel project is healthy, not penalised.

Method: Dependency cycles via elementary-DFS over real .csproj references, plus Martin instability (afferent/efferent) per project. Exhaustive over the reference graph, deterministic.

Coverage: Exhaustive · type-level: afferent/efferent coupling + cycles computed over every production type — the population is all types, not a name convention.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Prevented

1 projects, 0 dependency cycle(s), 0 unstable depended-on project(s).

✓ On the Gold path — maintain.

Detailed fixes: d5_recommendation.md.

D6 · Cohesion (LCOM4)10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether a class's methods are focused on a single responsibility.

Method: LCOM4 cohesion per production class with at least two methods: connected components of methods sharing state or calls, computed syntactically. Deterministic, not a proxy.

Coverage: Exhaustive · type-level: LCOM4 cohesion computed over every production class — the population is all types, not a name convention.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Verified

0 of 1 classes have LCOM4 above 3.

✓ On the Gold path — maintain.

Detailed fixes: d6_recommendation.md.

D8 · Code Coverage0.0 / 10Critical✓ Tool-verified

What it measures: How much of the code is actually exercised by tests.

Method: Coverage from coverlet runs or committed reports (Cobertura/OpenCover/lcov), computed per-file with structured exclusions for generated, trivial, and glue code. When the suite can't be built/run in-image AND no report is committed, coverage is reported NOT-MEASURED (excluded from the score) with the precondition to make it measurable — never a LoC-ratio proxy folded in as if measured. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 0.0 / 10 · rule-coverage 100% · ceiling Verified

No automated tests — the solution has no test code.

No automated tests

What to do

  1. Resolve the 1 No automated tests finding(s) in Code Coverage. — One of this dimension's main actionable groups (1 issue-level).
  2. Enforce Code Coverage in CI to reach Verified (currently Documented). — Hardens enforcement from Documented toward Verified — provenance only; does not change the score.

Detailed fixes: d8_recommendation.md · top locations in Appendix A, every location in findings.md.

D9 · Test Distribution0.0 / 10Critical✓ Tool-verified

What it measures: Whether the test suite has a healthy mix of unit / integration / end-to-end tests.

Method: Test projects classified (Unit/Integration/BDD/E2E) from compiled metadata; test methods counted exhaustively across projects with placement-agnostic disk fallback. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 0.0 / 10 · rule-coverage 100% · ceiling Documented

No test projects found.

No tests found

What to do

  1. Resolve the 1 No tests found finding(s) in Test Distribution. — One of this dimension's main actionable groups (1 recommendation-level).

Detailed fixes: d9_recommendation.md · top locations in Appendix A, every location in findings.md.

D12 · Dependency Hygiene10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether dependencies are current, secure, and not bloated.

Method: Manifest scan via dotnet list package across all projects; worst-signal-per-package deduction (saturating for vulnerabilities, capped-linear for deprecation/outdated) per KLoC. Exhaustive, deterministic.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Verified

0 outdated, 0 vulnerable, 0 deprecated packages.

✓ On the Gold path — maintain.

Detailed fixes: d12_recommendation.md.

D13 · Secret Scanning10.0 / 10Exemplary○ Nothing flagged

What it measures: Whether any secrets (keys, tokens, passwords) have leaked into the code.

Method: In-process native secret scanner (entropy plus signature patterns) across all tracked files; no external tool. A clean result is a measured 10, not no-data zero. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Prevented

Secret scan ran and found no leaked secrets.

✓ On the Gold path — maintain.

Detailed fixes: d13_recommendation.md.

D15 · Churn × Complexity Hotspots10.0 / 10Exemplary✓ Tool-verified

What it measures: Files that change often and are also complex — the riskiest hotspots.

Method: Per production file churn times cyclomatic complexity over a rolling window, computed from git and Roslyn/JS/Razor analysis. Exhaustive, deterministic per commit date.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

No churn × complexity hotspots in the window.

✓ On the Gold path — maintain.

Detailed fixes: d15_recommendation.md.

D16 · Bus Factor10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether knowledge is concentrated in too few people (the "bus factor").

Method: Living knowledge per author via time-decayed commit attribution (6-month half-life, focus weighting) across largest source files. Deterministic, avoids blame's mechanical-refactor false positives.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

No source file's living knowledge is concentrated in a single author.

✓ On the Gold path — maintain.

Detailed fixes: d16_recommendation.md.

D17 · Explicit Debt9.9 / 10Exemplary✓ Tool-verified

What it measures: Acknowledged debt left in the code — TODOs, dead code, suppressed warnings.

Method: Roslyn syntactic debt markers (suppressions/TODO/FIXME/HACK/empty-catch/commented-code/Obsolete) plus SymbolFinder dead-code analysis; weighted-debt-per-KLoC density deducted 2.0x per unit. Deterministic, exhaustive.

Maturity: DocumentedVerifiedPrevented · effective 9.9 / 10 · rule-coverage 100% · ceiling Prevented

34 deducted debt markers + 0 dead symbols across 551808 LoC (0.1/KLoC) → score 9.9.

EmptyCatchBlock · ×34Tomodachi Life Save Editor/TLSE_Jrelationships.vb:80026

✓ On the Gold path — maintain.

Detailed fixes: d17_recommendation.md · top locations in Appendix A, every location in findings.md.

D18 · Solution Shape0.0 / 10Critical✓ Tool-verified

What it measures: Whether the solution is laid out in a sensible, conventional structure.

Method: Solution structure: project count, decomposition, shell-project detection, build success (confirmed failures cap the score); traced to actual .sln files and binaries. Deterministic.

Maturity: DocumentedVerifiedPrevented · effective 0.0 / 10 · rule-coverage 100% · ceiling Documented

1 projects, 0 .cs files, 551808 hand-written lines of code (551808 production / 0 test), plus 69182 generated (EF migrations / designer / snapshots, excluded from quality), 0 inter-project edges (build failed).

Monorepo: only 1 of 2 solutions was scored
Shell project: Tomodachi Life Save EditorTomodachi Life Save Editor/Tomodachi Life Save Editor.vbproj
Single-project monolith
Build did not complete in the analyzer

What to do

  1. Resolve the 1 Monorepo finding(s) in Solution Shape. — One of this dimension's main actionable groups (1 warning-level).
  2. Resolve the 1 Shell project finding(s) in Solution Shape — start with Tomodachi Life Save Editor.vbproj. — One of this dimension's main actionable groups (1 recommendation-level).
  3. Resolve the 1 Single-project monolith finding(s) in Solution Shape. — One of this dimension's main actionable groups (1 recommendation-level).

Detailed fixes: d18_recommendation.md · top locations in Appendix A, every location in findings.md.

D19 · Documentation Quality / 10Critical◐ Sampled · advisory

What it measures: Whether the project's documentation is clear, complete, and useful.

Method: Judged by language model at low temperature (0.0-0.1) on a deterministic doc sample (READMEs plus first 25 architecture docs), with two-pass stability filtering. Advisory, sampled.

Maturity: DocumentedVerifiedPrevented · effective Critical / 10 · rule-coverage 100% · ceiling Documented

The Tomodachi-Life-Save-Editor README is a single file with only one illustrative image and a minimal 'How to use' section; it names no features, releases, or page, and omits any architecture or usage guidance beyond the shown steps. The absence of an architecture doc and zero XML documentation makes this a thin, non-operational README.

XML-doc coverage: Tomodachi Life Save EditorTomodachi Life Save Editor/Tomodachi Life Save Editor.vbproj

What to do

  1. Improve Documentation Quality — currently 2.0/10. — The Tomodachi-Life-Save-Editor README is a single file with only one illustrative image and a minimal 'How to use' section; it names no features, releases, or page, and omits any architecture or usage guidance beyond the shown steps. The absence of an architecture doc and zero XML documentation makes this a thin, non-operational README.

Detailed fixes: d19_recommendation.md · top locations in Appendix A, every location in findings.md.

D21 · Naming Consistency / 10Exemplary◐ Sampled · advisory

What it measures: Whether names — types, methods, variables — are clear and consistent.

Method: Judged by language model at low temperature (0.0-0.1) on a deterministic random symbol sample (fixed size, not exhaustive), with disclosed confidence band. Advisory, sampled.

Maturity: DocumentedVerifiedPrevented · effective Exemplary / 10 · rule-coverage 100% · ceiling Verified

0 naming inconsistencies across 0 sampled symbols.

✓ On the Gold path — maintain.

Detailed fixes: d21_recommendation.md.

D26 · Project Cohesion10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether each project is a focused, coherent unit rather than an oversized grab-bag.

Method: Project size overshoot penalties (LoC / public-type count / namespace count, 2-of-3 flag) weighted by log magnitude. Exhaustive across projects, deterministic, LLM-independent.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

0 of 1 projects flagged as possibly oversized/incoherent.

✓ On the Gold path — maintain.

Detailed fixes: d26_recommendation.md.

D28 · Secrets (history)10.0 / 10Exemplary○ Nothing flagged

What it measures: Whether any secrets were ever committed — scanned across the full git history, not just now.

Method: Git-history secret scan via gitleaks detect over full history in an isolated checkout; each match flagged High. Exhaustive; degrades cleanly when tool absent.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

gitleaks scanned the full history AND the current working tree and found no secrets.

✓ On the Gold path — maintain.

Detailed fixes: d28_recommendation.md.

D29 · Static Analysis (SAST)10.0 / 10Exemplary○ Nothing flagged

What it measures: Real static-analysis (SAST) findings — likely security bugs in the code, any language.

Method: Polyglot static analysis via semgrep across the repo using the pinned, image-baked p/security-audit + p/owasp-top-ten rulesets (no scan-time registry fetch); severity rules (ERROR/WARNING/INFO) map to a full-band severity-weighted score. Exhaustive, deterministic; degrades on parse failure.

Coverage: semgrep pattern rules over all files — exhaustive for the rule set, blind to classes of bug without a rule (clean = no rule matched).

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

semgrep found no security issues.

✓ On the Gold path — maintain.

Detailed fixes: d29_recommendation.md.

D30 · Dependency Vulnerabilities10.0 / 10Exemplary○ Nothing flagged

What it measures: Whether any dependencies have known published vulnerabilities (CVEs), direct or transitive.

Method: NuGet CVE scan via dotnet list package --vulnerable including transitive; severity tally (Critical/High/Medium/Low) to 0-10 tight normalizer. Exhaustive, deterministic; degrades when absent.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

No known-vulnerable NuGet packages (direct or transitive).

✓ On the Gold path — maintain.

Detailed fixes: d30_recommendation.md.

D34 · Knowledge Freshness10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether anyone still has living knowledge of each file, or it has been orphaned — last understood long ago by someone now gone quiet. The sibling of the bus factor: D16 asks who owns it, D34 asks whether anyone still knows it.

Method: File orphaning as total living-knowledge decay below one focused-commit's worth within a year, computed per-file from the D16 decay model. Exhaustive, deterministic over fixed history.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

Every significant source file has living knowledge — recently and meaningfully worked.

✓ On the Gold path — maintain.

Detailed fixes: d34_recommendation.md.

D35 · Change Coupling10.0 / 10Exemplary✓ Tool-verified

What it measures: Whether files that change together actually belong together — pairs that repeatedly co-change in git history despite having no explicit code dependency, surfacing the hidden/logical coupling (and boundaries in the wrong place) a static scan can't see.

Method: Pairwise co-occurrence over the per-commit file sets in git history (production source only — tests and generated dropped): Degree-of-Coupling = shared ÷ min individual revisions, reported above noise floors (each file ≥10 revisions, ≥5 shared commits, ≥50% strength); sweeping commits excluded. Deterministic over fixed history.

Coverage: Population: PRODUCTION source files only — test and generated files are dropped before pairing, so a class co-changing with its own test (trivially ~100%) can't drown the real production↔production coupling. Pairs ranked by Degree-of-Coupling; coupling through a build step, config, or non-source file isn't seen.

Maturity: DocumentedVerifiedPrevented · effective 10.0 / 10 · rule-coverage 100% · ceiling Documented

No strong hidden change-coupling between production files.

✓ On the Gold path — maintain.

Detailed fixes: d35_recommendation.md.

Frontend & cross-cutting dimensions

R = React/JS · M = Maturity · P = Readiness.

AX5 · Architecture & structure3.0 / 10Weak✓ Tool-verified

Other · Architecture — Whether the codebase has a recognisable, scale-appropriate structure (a named architectural style, or modular enough for its size) rather than being an ad-hoc ball of mud.

Method: Roslyn plus csproj analysis: architecture style detection (DDD, clean, vertical-slice, CQRS) and structure fitness for repo size. Deterministic.

  • ~551.8k production LoC (39 types) across 1 project(s) / 3 namespace(s) with no recognised architectural style or layering — at this size, deliberate module boundaries would help. No DDD/clean/vertical-slice/CQRS/transaction-script organisation was detected — code is likely organised ad hoc, which makes change and onboarding harder as it grows.

What to do

  • Introduce deliberate module boundaries — by feature (vertical slices) if your team prefers, or by layer (domain/application/infrastructure). Even splitting into a few cohesive projects with a clear dependency direction would help.
GD1 · Unfinished & placeholder code10.0 / 10Exemplary○ Nothing flagged

Other · Code Health — Unreviewed-generation residue: shipped members still throwing NotImplementedException, and placeholder string literals left in non-test, non-generated code. Scored as a quality signature, never as a claim about authorship.

Method: Roslyn syntax scan: NotImplementedException throws and placeholder string literals in non-test, non-generated shipped code. Deterministic, code-shape signature.

M1 · Documentation (README)4.0 / 10Weak✓ Tool-verified

Maturity · Maturity — Whether the repo and its projects have a README, and whether it's substantive and current.

Method: Filesystem scan: README presence, word count, and headings for depth; git history for staleness. Exhaustive across root and project dirs, deterministic.

  • The root README is 79 words — likely missing build/run/architecture context.

What to do

  • Expand the README with getting-started, architecture overview and a project map.
  • Add a build/run (quick start) section to the root README — the first thing a newcomer needs.
  • Add a 'Testing' section to the root README — how to run the test suite.
  • Add an 'Architecture' / 'How it works' section to the root README — the high-level shape.
  • Add a README to the 1 of 1 project(s) that lack one — worth up to 2 pts.
M2 · Architecture documentation0.0 / 10Critical✓ Tool-verified

Maturity · Maturity — Whether key decisions (ADRs) and the high-level shape (C4/diagrams) are written down.

Method: Filesystem scan: ADR folder/naming conventions or content, plus Mermaid/PlantUML/C4/architecture.md discovery. Exhaustive, deterministic.

  • No Architecture Decision Records found — decisions aren't captured for future maintainers.
  • No C4/PlantUML/Mermaid diagram or architecture.md — the high-level shape isn't documented.

What to do

  • Start an ADR log (docs/adr/) recording significant decisions and their rationale.
  • Add a C4 context/container diagram (Structurizr, PlantUML or Mermaid) or an architecture.md overview.
M3 · Folder & project structure6.0 / 10Adequate✓ Tool-verified

Maturity · Maturity — Whether the repo is organised deliberately — src/test separation and consistent project naming.

Method: Filesystem scan: src/test folder separation and namespace-prefix consistency (majority RootNamespace agreement). Exhaustive across projects, deterministic.

  • Projects aren't grouped under a src/ folder — production and tooling code are mixed at the root.
  • Test projects aren't grouped under a tests/ folder — the test surface isn't separable from production code at a glance.

What to do

  • Group production code under src/ (or split deliberately, e.g. backend/ + frontend/) so production and tooling code aren't mixed at the root.
  • Group test projects under tests/ (or test/, spec/) so the test surface is discoverable and CI can scope it.
M4 · Documentation accuracy3.0 / 10Weak◐ Sampled · advisory

Maturity · Maturity — Whether the README actually describes the code that exists (LLM-judged, advisory).

Method: Judged by language model at low temperature: README accuracy versus actual projects, within a disclosed tolerance. Advisory, not a measured number.

  • README omits the island ranking data project entirely
  • README omits the Mii exchange project entirely
  • README omits the special travelers project entirely

What to do

  • Reconcile the README with reality: README omits the island ranking data project entirely; README omits the Mii exchange project entirely; README omits the special travelers project entirely.
P1 · CI/CD gates0.0 / 10Critical✓ Tool-verified

Readiness · Readiness — Whether an automated pipeline builds and tests every change.

Method: Filesystem scan: CI workflow files (.github/workflows, .gitlab-ci.yml, etc.) for build and test stages. Exhaustive, deterministic.

  • No CI workflow found (.github/workflows, azure-pipelines.yml, .gitlab-ci.yml, …) — changes aren't gated by an automated build/test.

What to do

  • Add a CI workflow that builds and runs the test suite on every push/PR.
P2 · Observability0.0 / 10Critical✓ Tool-verified

Readiness · Readiness — Whether the code is diagnosable in production — structured logging, tracing/metrics, health checks.

Method: Filesystem/Roslyn scan: structured-logging frameworks (Serilog, NLog), OpenTelemetry, and health-check endpoint patterns. Exhaustive, deterministic.

  • No ILogger/Serilog usage found — production issues will be hard to diagnose.

What to do

  • Adopt ILogger (or Serilog) and log at meaningful points across the projects.
  • Consider OpenTelemetry tracing/metrics and a health-check endpoint for operability.
P3 · Security & performance tooling0.0 / 10Critical✓ Tool-verified

Readiness · Readiness — Whether SAST, secret/dependency scanning and performance benchmarking are wired in (presence, not runtime).

Method: Filesystem/Roslyn scan: CodeQL, Dependabot, secret-scanning, and BenchmarkDotNet presence in pipelines and projects. Exhaustive, deterministic.

  • No static application security testing (CodeQL / security analyzers / codehealth) detected.

What to do

  • Add a SAST step (e.g. CodeQL) or a security analyzer package.
  • Enable Dependabot/Renovate or a dependency-review gate.
  • Add gitleaks/trufflehog in CI to block PRs that introduce committed secrets.
X1 · Async correctness10.0 / 10Exemplary○ Nothing flagged

Other · Code Health — Whether the code avoids sync-over-async (deadlock-prone blocking on tasks) and async void.

Method: Roslyn syntax scan: async methods scanned for .Wait()/.GetAwaiter().GetResult() and async-void outside event handlers. Deterministic, hard fact per invocation.

X3 · Exception handling10.0 / 10Exemplary○ Nothing flagged

Other · Code Health — Whether exceptions are handled rather than silently swallowed or rethrown with lost stack traces.

Method: Roslyn syntax scan: every catch clause counted; empty catches and bare rethrows flagged. Population is all catch clauses, not estimated. Deterministic, hard fact.

X4 · Structured logging10.0 / 10Exemplary○ Nothing flagged

Other · Code Health — Whether log calls use message templates (queryable) rather than interpolated strings.

Method: Roslyn syntax scan: every log call-site counted; interpolated-string first-argument violations flagged. Population is all log calls, not estimated. Deterministic.

Reference — by lens

The score is the rank-weighted fold of these lenses (worst-heaviest), each including its meta-dimensions; a lens with a Critical contributor is capped at Fair (its band reads "gated by …") and is never the strongest area however high its average.

LensScoreRatingImpact
Code Health80%Adequate — gated by D1, D2, D18Capped at Fair by a Critical contributor — resolve it before relying on this lens.
Architecture60%Adequate — gated by AX5Capped at Fair by a Critical contributor — resolve it before relying on this lens.
Maturity33%Weak — gated by M2, M4Capped at Fair by a Critical contributor — resolve it before relying on this lens.
Readiness17%Critical — gated by D8, D9, P1, P2, P3Capped at Fair by a Critical contributor — resolve it before relying on this lens.
Security100%ExemplaryStrongest area.
Not included — 57 check(s) not relevant to this codebase

These checks had nothing to measure here (no tests, no git history, the codebase is small, or the architecture style doesn't apply), so they're omitted above rather than scored low.

  • AC1 Text alternatives — No web markup found — accessibility is not applicable to this repository.
  • AC2 Forms & labels — No web markup found — accessibility is not applicable to this repository.
  • AC3 Page structure — No web markup found — accessibility is not applicable to this repository.
  • AC4 Keyboard semantics — No web markup found — accessibility is not applicable to this repository.
  • AC5 ARIA correctness — No web markup found — accessibility is not applicable to this repository.
  • AC6 Visual & motion safety — No web markup found — accessibility is not applicable to this repository.
  • AC7 A11y enforcement — No web markup found — accessibility is not applicable to this repository.
  • AX1 Captive dependencies — no DI registrations detected
  • AX10 Code composition — no source files detected — code composition not applicable
  • AX2 Stateful singletons — no singleton implementations detected
  • AX3 Project dependency cycles — no csproj graph available
  • AX4 Dependency direction — no csproj graph available
  • AX6 Interface segregation — no public interfaces
  • AX7 Slice cohesion — not applicable — not a vertical-slice architecture
  • AX8 Test isolation — no test/production split to check
  • AX9 CQS / query purity — no CQRS query handlers detected — query purity is not applicable to this codebase
  • C1 Data Protection — No personal data detected in the analyzed source — no PII-typed entity/column names (Email, FirstName, DateOfBirth, …), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
  • C2 Access Controls — No access-control surface detected in the analyzed source — no web/app surface to authorize (no HTTP API or web-UI project) and no authorization code at all (no [Authorize]/policies, no imperative guard methods). Access control is therefore N/A here — this is a library/CLI, which is authorized by its CALLER, not by itself. If this codebase grows request handlers, the dimension reactivates and a default-deny posture is expected then.
  • C3 Audit Trail — No personal data detected in the analyzed source — no PII-typed entity/column names (Email, FirstName, DateOfBirth, …), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
  • C4 Data Retention — No personal data detected in the analyzed source — no PII-typed entity/column names (Email, FirstName, DateOfBirth, …), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
  • C5 Data-Subject Rights — No personal data detected in the analyzed source — no PII-typed entity/column names (Email, FirstName, DateOfBirth, …), no ASP.NET Identity / user-account model, and no stored user credentials. GDPR data-protection controls are therefore N/A here. If this is intentional, record the no-PII posture in an ADR; if the app does process personal data, name those fields conventionally so this dimension activates.
  • D10 Test Quality — No tests in the analyzed solution to assess for quality.
  • D11 Test Reliability — Test reliability not included
  • D14 License Compliance — license scan produced no result — the tool ran but its JSON output could not be parsed; the offline NuGet fallback resolved nothing
  • D20 ADR Quality — N/A — ADRs are expected on deployable products with a user-facing host, not consumed libraries; no ADR log is required here.
  • D22 Internal API Consistency — No exposed public API
  • D23 Boundary Type-Coupling — At only 552k LoC in a single project the codebase is trivially small despite the absence of declared bounded contexts.
  • D24 Comment Value — No inline comments to assess — comment value is not applicable here.
  • D25 ADR Conformance — no ADRs to check
  • D27 Navigability — symbol resolution incomplete — navigability not assessed
  • D31 IaC & Container Security — No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.
  • D32 Data Compliance (PII/GDPR) — No PII/GDPR ruleset is bundled (the public p/gdpr semgrep pack was retired) — data compliance is not assessed in this scan.
  • D33 JS/npm Dependency Vulnerabilities — No JS/npm manifest or lockfile found outside bin/obj (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.
  • D36 Supply-chain Provenance & Signing — No CI/build pipeline found (.github/workflows, .gitlab-ci.yml, azure-pipelines.yml, Jenkinsfile, .circleci); there is no build to attest provenance for.
  • D37 Vulnerability-disclosure Policy — No vulnerability-disclosure policy file found (SECURITY.md, .github/SECURITY.md, docs/SECURITY.md, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.
  • D38 OSV Dependency Vulnerabilities — No JS/npm lockfile found outside bin/obj (package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); nothing for OSV to scan.
  • D39 IL Efficiency — The target did not build, so no IL was available to measure.
  • D7 Architectural Integrity — no checkable ADRs and no dependency cycles — architectural integrity not assessed
  • DM1 Domain Modelling — not run — 0/3 markers found
  • ED1 Event-Driven — not run — 0/3 markers found
  • ED5 Idempotency — no mutating command handlers or message consumers detected — idempotency check not applicable
  • ES1 Event Sourcing — not run — 0/3 markers found
  • IC1 Incompleteness & stubs — no C# methods found
  • P12 CI test-gate honesty — no CI workflow found
  • P4 Deployment & Rollback — not evidenced — no deploy/rollback/approval signal in the repo; absence of evidence is not evidence of a manual release
  • P5 DR & Backup — not evidenced — repo shows no backup/RTO/RPO controls; absence of evidence is not evidence of a working control
  • P6 Release Hygiene — not evidenced — no changelog, version stamp or semver release tag in the repo
  • P7 Outbound HTTP resilience — not applicable — this isn't a service/API/worker
  • P8 Schema migrations — no EF Core usage detected
  • P9 Domain vs controller coverage — no coverage report found on disk — run tests with `--collect:"XPlat Code Coverage"` (or in CI) to enable this cross-layer check
  • PF1 Benchmark discipline — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
  • PF2 Allocation hygiene — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
  • PF3 Async & latency hygiene — Performance is assessed only for perf-relevant repos — a packaged library, one that ships benchmarks, or one already using allocation-aware APIs. This repo isn't one, so the Performance lens is not applicable and is excluded from the score.
  • S1 Web-Security Posture — No web surface detected in the analyzed source — no HTTP API or web-UI project (no controllers/minimal-API endpoints, no Razor/Blazor views) and no web middleware (HTTPS redirection, HSTS, security headers, cookies). Transport security, security headers, secure cookies, CSRF/input-validation and middleware-order controls are therefore N/A here — this is a library/CLI/worker, not a web app. Crypto hygiene was still checked and found nothing to flag. If this codebase becomes web-facing, the dimension reactivates automatically.
  • SC1 Supply-chain hygiene — no data
  • X2 Cancellation propagation — no async methods found
  • X5 Nullable reference types — no NRT-eligible projects

Appendix A — Findings (grouped)

The findings behind the scores, grouped by severity, then by dimension and kind. The high-severity issues are enumerated in full below; items per group are capped at 25 with any overflow stated explicitly per group, never silently truncated. The complete machine-readable list of every finding (all severities) is the companion findings.md in this report's bundle.

Issue — 35 finding(s)
D17 · Explicit Debt · EmptyCatchBlock · ×34
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_Jrelationships.vb:80026 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_concertedit.vb:119 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_crcxmodem.vb:73 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_creaislandranking.vb:90 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_dataislandranking.vb:192 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1778 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:142 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:978 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_extras.vb:92 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_hub.vb:751 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_hub.vb:862 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_hub.vb:888 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_interactions.vb:592 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_islandconfig.vb:127 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_islandinfo.vb:102 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_islandsettings.vb:93 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_issueslegends.vb:90 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_itemsedit.vb:90 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_itemsprovenance.vb:91 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_manag_allmiis.vb:98 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_manag_allmiis.vb:644 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_manag_mii.vb:193 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_manag_travelers.vb:143 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_miifoods.vb:100 — empty catch block
  • EmptyCatchBlock Tomodachi Life Save Editor/TLSE_miiinventory.vb:106 — empty catch block
  • + 9 more in this group — see findings.md.
D8 · Code Coverage · No automated tests · ×1
  • No automated tests — No automated tests — the solution has no test code. Untested code is the largest single risk to changing it safely.
Warning — 1280 finding(s)
D4 · Code Duplication · Duplicated block (8 lines × 3) · ×158
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20170 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20170-20177 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20178-20185 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20186-20193
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20200 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20200-20207 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20208-20215 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20216-20223
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20230 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20230-20237 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20238-20245 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20246-20253
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20260 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20260-20267 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20268-20275 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20276-20283
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20290 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20290-20297 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20298-20305 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20306-20313
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20320 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20320-20327 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20328-20335 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20336-20343
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20350 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20350-20357 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20358-20365 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20366-20373
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20380 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20380-20387 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20388-20395 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20396-20403
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20410 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20410-20417 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20418-20425 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20426-20433
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20440 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20440-20447 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20448-20455 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20456-20463
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20470 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20470-20477 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20478-20485 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20486-20493
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20500 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20500-20507 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20508-20515 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20516-20523
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20530 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20530-20537 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20538-20545 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20546-20553
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20560 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20560-20567 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20568-20575 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20576-20583
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20590 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20590-20597 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20598-20605 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20606-20613
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20620 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20620-20627 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20628-20635 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20636-20643
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20650 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20650-20657 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20658-20665 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20666-20673
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20680 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20680-20687 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20688-20695 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20696-20703
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20710 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20710-20717 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20718-20725 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20726-20733
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20740 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20740-20747 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20748-20755 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20756-20763
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20770 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20770-20777 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20778-20785 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20786-20793
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20800 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20800-20807 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20808-20815 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20816-20823
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20830 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20830-20837 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20838-20845 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20846-20853
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20860 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20860-20867 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20868-20875 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20876-20883
  • Duplicated block (8 lines × 3) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20890 — Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20890-20897 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20898-20905 | Tomodachi Life Save Editor/TLSE_Jrelationships.vb:20906-20913
  • + 133 more in this group — see findings.md.
D3 · God Classes · FileTooLong · ×22
  • FileTooLong: Tomodachi Life Save Editor/TLSE_Jrelationships.vb Tomodachi Life Save Editor/TLSE_Jrelationships.vb:0 — FileTooLong — 180656 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_concertedit.vb Tomodachi Life Save Editor/TLSE_concertedit.vb:0 — FileTooLong — 828 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_crcxmodem.vb Tomodachi Life Save Editor/TLSE_crcxmodem.vb:0 — FileTooLong — 1373 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_dataislandranking.vb Tomodachi Life Save Editor/TLSE_dataislandranking.vb:0 — FileTooLong — 2631 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_datamiiexchange.vb Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:0 — FileTooLong — 1396 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_extras.vb Tomodachi Life Save Editor/TLSE_extras.vb:0 — FileTooLong — 4086 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_hub.vb Tomodachi Life Save Editor/TLSE_hub.vb:0 — FileTooLong — 825 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_interactions.vb Tomodachi Life Save Editor/TLSE_interactions.vb:0 — FileTooLong — 12289 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_islandconfig.vb Tomodachi Life Save Editor/TLSE_islandconfig.vb:0 — FileTooLong — 1325 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_islandinfo.vb Tomodachi Life Save Editor/TLSE_islandinfo.vb:0 — FileTooLong — 683 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_itemsedit.vb Tomodachi Life Save Editor/TLSE_itemsedit.vb:0 — FileTooLong — 3341 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_manag_allmiis.vb Tomodachi Life Save Editor/TLSE_manag_allmiis.vb:0 — FileTooLong — 674 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_manag_mii.vb Tomodachi Life Save Editor/TLSE_manag_mii.vb:0 — FileTooLong — 2134 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_manag_travelers.vb Tomodachi Life Save Editor/TLSE_manag_travelers.vb:0 — FileTooLong — 1982 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_miifoods.vb Tomodachi Life Save Editor/TLSE_miifoods.vb:0 — FileTooLong — 16201 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_miiinventory.vb Tomodachi Life Save Editor/TLSE_miiinventory.vb:0 — FileTooLong — 6195 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_miiprofile.vb Tomodachi Life Save Editor/TLSE_miiprofile.vb:0 — FileTooLong — 5904 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_miistatus.vb Tomodachi Life Save Editor/TLSE_miistatus.vb:0 — FileTooLong — 4761 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_relationships.vb Tomodachi Life Save Editor/TLSE_relationships.vb:0 — FileTooLong — 292277 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_repairsave.vb Tomodachi Life Save Editor/TLSE_repairsave.vb:0 — FileTooLong — 610 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_travelers_status.vb Tomodachi Life Save Editor/TLSE_travelers_status.vb:0 — FileTooLong — 5702 lines.
  • FileTooLong: Tomodachi Life Save Editor/TLSE_voicepersonnality.vb Tomodachi Life Save Editor/TLSE_voicepersonnality.vb:0 — FileTooLong — 3749 lines.
D3 · God Classes · TooManyMethods · ×18
  • TooManyMethods: TLSE_Jrelationships Tomodachi Life Save Editor/TLSE_Jrelationships.vb:0 — TooManyMethods — 180654 lines, 451 methods.
  • TooManyMethods: TLSE_concertedit Tomodachi Life Save Editor/TLSE_concertedit.vb:0 — TooManyMethods — 824 lines, 62 methods.
  • TooManyMethods: TLSE_extras Tomodachi Life Save Editor/TLSE_extras.vb:0 — TooManyMethods — 4082 lines, 43 methods.
  • TooManyMethods: TLSE_hub Tomodachi Life Save Editor/TLSE_hub.vb:0 — TooManyMethods — 822 lines, 148 methods.
  • TooManyMethods: TLSE_interactions Tomodachi Life Save Editor/TLSE_interactions.vb:0 — TooManyMethods — 12285 lines, 238 methods.
  • TooManyMethods: TLSE_islandconfig Tomodachi Life Save Editor/TLSE_islandconfig.vb:0 — TooManyMethods — 1321 lines, 95 methods.
  • TooManyMethods: TLSE_islandinfo Tomodachi Life Save Editor/TLSE_islandinfo.vb:0 — TooManyMethods — 679 lines, 52 methods.
  • TooManyMethods: TLSE_islandsettings Tomodachi Life Save Editor/TLSE_islandsettings.vb:0 — TooManyMethods — 475 lines, 60 methods.
  • TooManyMethods: TLSE_itemsedit Tomodachi Life Save Editor/TLSE_itemsedit.vb:0 — TooManyMethods — 3337 lines, 95 methods.
  • TooManyMethods: TLSE_miifoods Tomodachi Life Save Editor/TLSE_miifoods.vb:0 — TooManyMethods — 16197 lines, 54 methods.
  • TooManyMethods: TLSE_miiinventory Tomodachi Life Save Editor/TLSE_miiinventory.vb:0 — TooManyMethods — 6191 lines, 272 methods.
  • TooManyMethods: TLSE_miiprofile Tomodachi Life Save Editor/TLSE_miiprofile.vb:0 — TooManyMethods — 5900 lines, 98 methods.
  • TooManyMethods: TLSE_miistatus Tomodachi Life Save Editor/TLSE_miistatus.vb:0 — TooManyMethods — 4757 lines, 90 methods.
  • TooManyMethods: TLSE_relationships Tomodachi Life Save Editor/TLSE_relationships.vb:0 — TooManyMethods — 292273 lines, 452 methods.
  • TooManyMethods: TLSE_savefilesettings Tomodachi Life Save Editor/TLSE_savefilesettings.vb:0 — TooManyMethods — 344 lines, 36 methods.
  • TooManyMethods: TLSE_settings Tomodachi Life Save Editor/TLSE_settings.vb:0 — TooManyMethods — 402 lines, 63 methods.
  • TooManyMethods: TLSE_travelers_status Tomodachi Life Save Editor/TLSE_travelers_status.vb:0 — TooManyMethods — 5698 lines, 58 methods.
  • TooManyMethods: TLSE_voicepersonnality Tomodachi Life Save Editor/TLSE_voicepersonnality.vb:0 — TooManyMethods — 3745 lines, 79 methods.
D4 · Code Duplication · Duplicated block (11 lines × 2) · ×10
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:3927 — Tomodachi Life Save Editor/TLSE_interactions.vb:3927-3937 | Tomodachi Life Save Editor/TLSE_interactions.vb:4128-4138
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5152 — Tomodachi Life Save Editor/TLSE_interactions.vb:5152-5162 | Tomodachi Life Save Editor/TLSE_interactions.vb:5184-5194
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5182 — Tomodachi Life Save Editor/TLSE_interactions.vb:5182-5192 | Tomodachi Life Save Editor/TLSE_interactions.vb:6106-6116
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5581 — Tomodachi Life Save Editor/TLSE_interactions.vb:5581-5591 | Tomodachi Life Save Editor/TLSE_interactions.vb:5593-5603
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5631 — Tomodachi Life Save Editor/TLSE_interactions.vb:5631-5641 | Tomodachi Life Save Editor/TLSE_interactions.vb:5643-5653
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5718 — Tomodachi Life Save Editor/TLSE_interactions.vb:5718-5728 | Tomodachi Life Save Editor/TLSE_interactions.vb:5738-5748
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5758 — Tomodachi Life Save Editor/TLSE_interactions.vb:5758-5768 | Tomodachi Life Save Editor/TLSE_interactions.vb:5776-5786
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:207 — Tomodachi Life Save Editor/TLSE_extras.vb:207-217 | Tomodachi Life Save Editor/TLSE_extras.vb:1035-1045
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:623 — Tomodachi Life Save Editor/TLSE_extras.vb:623-633 | Tomodachi Life Save Editor/TLSE_extras.vb:1025-1035
  • Duplicated block (11 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:1531 — Tomodachi Life Save Editor/TLSE_extras.vb:1531-1541 | Tomodachi Life Save Editor/TLSE_extras.vb:2359-2369
D4 · Code Duplication · Duplicated block (10 lines × 2) · ×9
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:149 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:149-158 | Tomodachi Life Save Editor/TLSE_interactions.vb:4949-4958
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:558 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:558-567 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:962-971
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:838 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:838-847 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:488-497
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2202 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2202-2211 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:1406-1415
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:497 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:497-506 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:511-520
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3119 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:3119-3128 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3129-3138
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3146 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:3146-3155 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3156-3165
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3176 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:3176-3185 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3190-3199
  • Duplicated block (10 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3206 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:3206-3215 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3224-3233
D3 · God Classes · ClassTooLong · ×8
  • ClassTooLong: TLSE_crcxmodem Tomodachi Life Save Editor/TLSE_crcxmodem.vb:0 — ClassTooLong — 1369 lines, 15 methods.
  • ClassTooLong: TLSE_creaislandranking Tomodachi Life Save Editor/TLSE_creaislandranking.vb:0 — ClassTooLong — 426 lines, 23 methods.
  • ClassTooLong: TLSE_dataislandranking Tomodachi Life Save Editor/TLSE_dataislandranking.vb:0 — ClassTooLong — 2627 lines, 24 methods.
  • ClassTooLong: TLSE_datamiiexchange Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:0 — ClassTooLong — 1392 lines, 21 methods.
  • ClassTooLong: TLSE_manag_allmiis Tomodachi Life Save Editor/TLSE_manag_allmiis.vb:0 — ClassTooLong — 670 lines, 23 methods.
  • ClassTooLong: TLSE_manag_mii Tomodachi Life Save Editor/TLSE_manag_mii.vb:0 — ClassTooLong — 2130 lines, 26 methods.
  • ClassTooLong: TLSE_manag_travelers Tomodachi Life Save Editor/TLSE_manag_travelers.vb:0 — ClassTooLong — 1978 lines, 27 methods.
  • ClassTooLong: TLSE_repairsave Tomodachi Life Save Editor/TLSE_repairsave.vb:0 — ClassTooLong — 606 lines, 25 methods.
D4 · Code Duplication · Duplicated block (12 lines × 2) · ×7
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:855 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:855-866 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1056-1067
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:505 — Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:505-516 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:606-617
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5450 — Tomodachi Life Save Editor/TLSE_interactions.vb:5450-5461 | Tomodachi Life Save Editor/TLSE_interactions.vb:5462-5473
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5611 — Tomodachi Life Save Editor/TLSE_interactions.vb:5611-5622 | Tomodachi Life Save Editor/TLSE_interactions.vb:5623-5634
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:5699 — Tomodachi Life Save Editor/TLSE_interactions.vb:5699-5710 | Tomodachi Life Save Editor/TLSE_interactions.vb:5769-5780
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:234 — Tomodachi Life Save Editor/TLSE_extras.vb:234-245 | Tomodachi Life Save Editor/TLSE_extras.vb:636-647
  • Duplicated block (12 lines × 2) Tomodachi Life Save Editor/TLSE_itemsedit.vb:464 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:464-475 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:476-487
D4 · Code Duplication · Duplicated block (8 lines × 2) · ×5
  • Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:976 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:976-983 | Tomodachi Life Save Editor/TLSE_interactions.vb:4346-4353
  • Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:1173 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:1173-1180 | Tomodachi Life Save Editor/TLSE_interactions.vb:4543-4550
  • Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2216 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2216-2223 | Tomodachi Life Save Editor/TLSE_hub.vb:830-837
  • Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:1256 — Tomodachi Life Save Editor/TLSE_extras.vb:1256-1263 | Tomodachi Life Save Editor/TLSE_extras.vb:1459-1466
  • Duplicated block (8 lines × 2) Tomodachi Life Save Editor/TLSE_hub.vb:869 — Tomodachi Life Save Editor/TLSE_hub.vb:869-876 | Tomodachi Life Save Editor/TLSE_hub.vb:879-886
D4 · Code Duplication · Duplicated block (13 lines × 2) · ×4
  • Duplicated block (13 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:6058 — Tomodachi Life Save Editor/TLSE_interactions.vb:6058-6070 | Tomodachi Life Save Editor/TLSE_interactions.vb:6072-6084
  • Duplicated block (13 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:141 — Tomodachi Life Save Editor/TLSE_extras.vb:141-153 | Tomodachi Life Save Editor/TLSE_extras.vb:159-171
  • Duplicated block (13 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:2507 — Tomodachi Life Save Editor/TLSE_extras.vb:2507-2519 | Tomodachi Life Save Editor/TLSE_extras.vb:3309-3321
  • Duplicated block (13 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:3291 — Tomodachi Life Save Editor/TLSE_extras.vb:3291-3303 | Tomodachi Life Save Editor/TLSE_extras.vb:4093-4105
D4 · Code Duplication · Duplicated block (8 lines × 58) · ×4
  • Duplicated block (8 lines × 58) Tomodachi Life Save Editor/TLSE_interactions.vb:9288 — Tomodachi Life Save Editor/TLSE_interactions.vb:9288-9295 | Tomodachi Life Save Editor/TLSE_interactions.vb:9296-9303 | Tomodachi Life Save Editor/TLSE_interactions.vb:9304-9311 | Tomodachi Life Save Editor/TLSE_interactions.vb:9312-9319 | Tomodachi Life Save Editor/TLSE_interactions.vb:9320-9327 | Tomodachi Life Save Editor/TLSE_interactions.vb:9328-9335 | Tomodachi Life Save Editor/TLSE_interactions.vb:9336-9343 | Tomodachi Life Save Editor/TLSE_interactions.vb:9344-9351 | Tomodachi Life Save Editor/TLSE_interactions.vb:9352-9359 | Tomodachi Life Save Editor/TLSE_interactions.vb:9360-9367 | Tomodachi Life Save Editor/TLSE_interactions.vb:9368-9375 | Tomodachi Life Save Editor/TLSE_interactions.vb:9376-9383 | Tomodachi Life Save Editor/TLSE_interactions.vb:9384-9391 | Tomodachi Life Save Editor/TLSE_interactions.vb:9392-9399 | Tomodachi Life Save Editor/TLSE_interactions.vb:9400-9407 | Tomodachi Life Save Editor/TLSE_interactions.vb:9408-9415 | Tomodachi Life Save Editor/TLSE_interactions.vb:9416-9423 | Tomodachi Life Save Editor/TLSE_interactions.vb:9424-9431 | Tomodachi Life Save Editor/TLSE_interactions.vb:9432-9439 | Tomodachi Life Save Editor/TLSE_interactions.vb:9440-9447 | Tomodachi Life Save Editor/TLSE_interactions.vb:9448-9455 | Tomodachi Life Save Editor/TLSE_interactions.vb:9456-9463 | Tomodachi Life Save Editor/TLSE_interactions.vb:9464-9471 | Tomodachi Life Save Editor/TLSE_interactions.vb:9472-9479 | Tomodachi Life Save Editor/TLSE_interactions.vb:9480-9487 | Tomodachi Life Save Editor/TLSE_interactions.vb:9488-9495 | Tomodachi Life Save Editor/TLSE_interactions.vb:9496-9503 | Tomodachi Life Save Editor/TLSE_interactions.vb:9504-9511 | Tomodachi Life Save Editor/TLSE_interactions.vb:9512-9519 | Tomodachi Life Save Editor/TLSE_interactions.vb:9520-9527 | Tomodachi Life Save Editor/TLSE_interactions.vb:9528-9535 | Tomodachi Life Save Editor/TLSE_interactions.vb:9536-9543 | Tomodachi Life Save Editor/TLSE_interactions.vb:9544-9551 | Tomodachi Life Save Editor/TLSE_interactions.vb:9552-9559 | Tomodachi Life Save Editor/TLSE_interactions.vb:9560-9567 | Tomodachi Life Save Editor/TLSE_interactions.vb:9568-9575 | Tomodachi Life Save Editor/TLSE_interactions.vb:9576-9583 | Tomodachi Life Save Editor/TLSE_interactions.vb:9584-9591 | Tomodachi Life Save Editor/TLSE_interactions.vb:9592-9599 | Tomodachi Life Save Editor/TLSE_interactions.vb:9600-9607 | Tomodachi Life Save Editor/TLSE_interactions.vb:9608-9615 | Tomodachi Life Save Editor/TLSE_interactions.vb:9616-9623 | Tomodachi Life Save Editor/TLSE_interactions.vb:9624-9631 | Tomodachi Life Save Editor/TLSE_interactions.vb:9632-9639 | Tomodachi Life Save Editor/TLSE_interactions.vb:9640-9647 | Tomodachi Life Save Editor/TLSE_interactions.vb:9648-9655 | Tomodachi Life Save Editor/TLSE_interactions.vb:9656-9663 | Tomodachi Life Save Editor/TLSE_interactions.vb:9664-9671 | Tomodachi Life Save Editor/TLSE_interactions.vb:9672-9679 | Tomodachi Life Save Editor/TLSE_interactions.vb:9680-9687 | Tomodachi Life Save Editor/TLSE_interactions.vb:9688-9695 | Tomodachi Life Save Editor/TLSE_interactions.vb:9696-9703 | Tomodachi Life Save Editor/TLSE_interactions.vb:9704-9711 | Tomodachi Life Save Editor/TLSE_interactions.vb:9712-9719 | Tomodachi Life Save Editor/TLSE_interactions.vb:9720-9727 | Tomodachi Life Save Editor/TLSE_interactions.vb:9728-9735 | Tomodachi Life Save Editor/TLSE_interactions.vb:9736-9743 | Tomodachi Life Save Editor/TLSE_interactions.vb:9744-9751
  • Duplicated block (8 lines × 58) Tomodachi Life Save Editor/TLSE_interactions.vb:9754 — Tomodachi Life Save Editor/TLSE_interactions.vb:9754-9761 | Tomodachi Life Save Editor/TLSE_interactions.vb:9762-9769 | Tomodachi Life Save Editor/TLSE_interactions.vb:9770-9777 | Tomodachi Life Save Editor/TLSE_interactions.vb:9778-9785 | Tomodachi Life Save Editor/TLSE_interactions.vb:9786-9793 | Tomodachi Life Save Editor/TLSE_interactions.vb:9794-9801 | Tomodachi Life Save Editor/TLSE_interactions.vb:9802-9809 | Tomodachi Life Save Editor/TLSE_interactions.vb:9810-9817 | Tomodachi Life Save Editor/TLSE_interactions.vb:9818-9825 | Tomodachi Life Save Editor/TLSE_interactions.vb:9826-9833 | Tomodachi Life Save Editor/TLSE_interactions.vb:9834-9841 | Tomodachi Life Save Editor/TLSE_interactions.vb:9842-9849 | Tomodachi Life Save Editor/TLSE_interactions.vb:9850-9857 | Tomodachi Life Save Editor/TLSE_interactions.vb:9858-9865 | Tomodachi Life Save Editor/TLSE_interactions.vb:9866-9873 | Tomodachi Life Save Editor/TLSE_interactions.vb:9874-9881 | Tomodachi Life Save Editor/TLSE_interactions.vb:9882-9889 | Tomodachi Life Save Editor/TLSE_interactions.vb:9890-9897 | Tomodachi Life Save Editor/TLSE_interactions.vb:9898-9905 | Tomodachi Life Save Editor/TLSE_interactions.vb:9906-9913 | Tomodachi Life Save Editor/TLSE_interactions.vb:9914-9921 | Tomodachi Life Save Editor/TLSE_interactions.vb:9922-9929 | Tomodachi Life Save Editor/TLSE_interactions.vb:9930-9937 | Tomodachi Life Save Editor/TLSE_interactions.vb:9938-9945 | Tomodachi Life Save Editor/TLSE_interactions.vb:9946-9953 | Tomodachi Life Save Editor/TLSE_interactions.vb:9954-9961 | Tomodachi Life Save Editor/TLSE_interactions.vb:9962-9969 | Tomodachi Life Save Editor/TLSE_interactions.vb:9970-9977 | Tomodachi Life Save Editor/TLSE_interactions.vb:9978-9985 | Tomodachi Life Save Editor/TLSE_interactions.vb:9986-9993 | Tomodachi Life Save Editor/TLSE_interactions.vb:9994-10001 | Tomodachi Life Save Editor/TLSE_interactions.vb:10002-10009 | Tomodachi Life Save Editor/TLSE_interactions.vb:10010-10017 | Tomodachi Life Save Editor/TLSE_interactions.vb:10018-10025 | Tomodachi Life Save Editor/TLSE_interactions.vb:10026-10033 | Tomodachi Life Save Editor/TLSE_interactions.vb:10034-10041 | Tomodachi Life Save Editor/TLSE_interactions.vb:10042-10049 | Tomodachi Life Save Editor/TLSE_interactions.vb:10050-10057 | Tomodachi Life Save Editor/TLSE_interactions.vb:10058-10065 | Tomodachi Life Save Editor/TLSE_interactions.vb:10066-10073 | Tomodachi Life Save Editor/TLSE_interactions.vb:10074-10081 | Tomodachi Life Save Editor/TLSE_interactions.vb:10082-10089 | Tomodachi Life Save Editor/TLSE_interactions.vb:10090-10097 | Tomodachi Life Save Editor/TLSE_interactions.vb:10098-10105 | Tomodachi Life Save Editor/TLSE_interactions.vb:10106-10113 | Tomodachi Life Save Editor/TLSE_interactions.vb:10114-10121 | Tomodachi Life Save Editor/TLSE_interactions.vb:10122-10129 | Tomodachi Life Save Editor/TLSE_interactions.vb:10130-10137 | Tomodachi Life Save Editor/TLSE_interactions.vb:10138-10145 | Tomodachi Life Save Editor/TLSE_interactions.vb:10146-10153 | Tomodachi Life Save Editor/TLSE_interactions.vb:10154-10161 | Tomodachi Life Save Editor/TLSE_interactions.vb:10162-10169 | Tomodachi Life Save Editor/TLSE_interactions.vb:10170-10177 | Tomodachi Life Save Editor/TLSE_interactions.vb:10178-10185 | Tomodachi Life Save Editor/TLSE_interactions.vb:10186-10193 | Tomodachi Life Save Editor/TLSE_interactions.vb:10194-10201 | Tomodachi Life Save Editor/TLSE_interactions.vb:10202-10209 | Tomodachi Life Save Editor/TLSE_interactions.vb:10210-10217
  • Duplicated block (8 lines × 58) Tomodachi Life Save Editor/TLSE_interactions.vb:10428 — Tomodachi Life Save Editor/TLSE_interactions.vb:10428-10435 | Tomodachi Life Save Editor/TLSE_interactions.vb:10436-10443 | Tomodachi Life Save Editor/TLSE_interactions.vb:10444-10451 | Tomodachi Life Save Editor/TLSE_interactions.vb:10452-10459 | Tomodachi Life Save Editor/TLSE_interactions.vb:10460-10467 | Tomodachi Life Save Editor/TLSE_interactions.vb:10468-10475 | Tomodachi Life Save Editor/TLSE_interactions.vb:10476-10483 | Tomodachi Life Save Editor/TLSE_interactions.vb:10484-10491 | Tomodachi Life Save Editor/TLSE_interactions.vb:10492-10499 | Tomodachi Life Save Editor/TLSE_interactions.vb:10500-10507 | Tomodachi Life Save Editor/TLSE_interactions.vb:10508-10515 | Tomodachi Life Save Editor/TLSE_interactions.vb:10516-10523 | Tomodachi Life Save Editor/TLSE_interactions.vb:10524-10531 | Tomodachi Life Save Editor/TLSE_interactions.vb:10532-10539 | Tomodachi Life Save Editor/TLSE_interactions.vb:10540-10547 | Tomodachi Life Save Editor/TLSE_interactions.vb:10548-10555 | Tomodachi Life Save Editor/TLSE_interactions.vb:10556-10563 | Tomodachi Life Save Editor/TLSE_interactions.vb:10564-10571 | Tomodachi Life Save Editor/TLSE_interactions.vb:10572-10579 | Tomodachi Life Save Editor/TLSE_interactions.vb:10580-10587 | Tomodachi Life Save Editor/TLSE_interactions.vb:10588-10595 | Tomodachi Life Save Editor/TLSE_interactions.vb:10596-10603 | Tomodachi Life Save Editor/TLSE_interactions.vb:10604-10611 | Tomodachi Life Save Editor/TLSE_interactions.vb:10612-10619 | Tomodachi Life Save Editor/TLSE_interactions.vb:10620-10627 | Tomodachi Life Save Editor/TLSE_interactions.vb:10628-10635 | Tomodachi Life Save Editor/TLSE_interactions.vb:10636-10643 | Tomodachi Life Save Editor/TLSE_interactions.vb:10644-10651 | Tomodachi Life Save Editor/TLSE_interactions.vb:10652-10659 | Tomodachi Life Save Editor/TLSE_interactions.vb:10660-10667 | Tomodachi Life Save Editor/TLSE_interactions.vb:10668-10675 | Tomodachi Life Save Editor/TLSE_interactions.vb:10676-10683 | Tomodachi Life Save Editor/TLSE_interactions.vb:10684-10691 | Tomodachi Life Save Editor/TLSE_interactions.vb:10692-10699 | Tomodachi Life Save Editor/TLSE_interactions.vb:10700-10707 | Tomodachi Life Save Editor/TLSE_interactions.vb:10708-10715 | Tomodachi Life Save Editor/TLSE_interactions.vb:10716-10723 | Tomodachi Life Save Editor/TLSE_interactions.vb:10724-10731 | Tomodachi Life Save Editor/TLSE_interactions.vb:10732-10739 | Tomodachi Life Save Editor/TLSE_interactions.vb:10740-10747 | Tomodachi Life Save Editor/TLSE_interactions.vb:10748-10755 | Tomodachi Life Save Editor/TLSE_interactions.vb:10756-10763 | Tomodachi Life Save Editor/TLSE_interactions.vb:10764-10771 | Tomodachi Life Save Editor/TLSE_interactions.vb:10772-10779 | Tomodachi Life Save Editor/TLSE_interactions.vb:10780-10787 | Tomodachi Life Save Editor/TLSE_interactions.vb:10788-10795 | Tomodachi Life Save Editor/TLSE_interactions.vb:10796-10803 | Tomodachi Life Save Editor/TLSE_interactions.vb:10804-10811 | Tomodachi Life Save Editor/TLSE_interactions.vb:10812-10819 | Tomodachi Life Save Editor/TLSE_interactions.vb:10820-10827 | Tomodachi Life Save Editor/TLSE_interactions.vb:10828-10835 | Tomodachi Life Save Editor/TLSE_interactions.vb:10836-10843 | Tomodachi Life Save Editor/TLSE_interactions.vb:10844-10851 | Tomodachi Life Save Editor/TLSE_interactions.vb:10852-10859 | Tomodachi Life Save Editor/TLSE_interactions.vb:10860-10867 | Tomodachi Life Save Editor/TLSE_interactions.vb:10868-10875 | Tomodachi Life Save Editor/TLSE_interactions.vb:10876-10883 | Tomodachi Life Save Editor/TLSE_interactions.vb:10884-10891
  • Duplicated block (8 lines × 58) Tomodachi Life Save Editor/TLSE_interactions.vb:10896 — Tomodachi Life Save Editor/TLSE_interactions.vb:10896-10903 | Tomodachi Life Save Editor/TLSE_interactions.vb:10904-10911 | Tomodachi Life Save Editor/TLSE_interactions.vb:10912-10919 | Tomodachi Life Save Editor/TLSE_interactions.vb:10920-10927 | Tomodachi Life Save Editor/TLSE_interactions.vb:10928-10935 | Tomodachi Life Save Editor/TLSE_interactions.vb:10936-10943 | Tomodachi Life Save Editor/TLSE_interactions.vb:10944-10951 | Tomodachi Life Save Editor/TLSE_interactions.vb:10952-10959 | Tomodachi Life Save Editor/TLSE_interactions.vb:10960-10967 | Tomodachi Life Save Editor/TLSE_interactions.vb:10968-10975 | Tomodachi Life Save Editor/TLSE_interactions.vb:10976-10983 | Tomodachi Life Save Editor/TLSE_interactions.vb:10984-10991 | Tomodachi Life Save Editor/TLSE_interactions.vb:10992-10999 | Tomodachi Life Save Editor/TLSE_interactions.vb:11000-11007 | Tomodachi Life Save Editor/TLSE_interactions.vb:11008-11015 | Tomodachi Life Save Editor/TLSE_interactions.vb:11016-11023 | Tomodachi Life Save Editor/TLSE_interactions.vb:11024-11031 | Tomodachi Life Save Editor/TLSE_interactions.vb:11032-11039 | Tomodachi Life Save Editor/TLSE_interactions.vb:11040-11047 | Tomodachi Life Save Editor/TLSE_interactions.vb:11048-11055 | Tomodachi Life Save Editor/TLSE_interactions.vb:11056-11063 | Tomodachi Life Save Editor/TLSE_interactions.vb:11064-11071 | Tomodachi Life Save Editor/TLSE_interactions.vb:11072-11079 | Tomodachi Life Save Editor/TLSE_interactions.vb:11080-11087 | Tomodachi Life Save Editor/TLSE_interactions.vb:11088-11095 | Tomodachi Life Save Editor/TLSE_interactions.vb:11096-11103 | Tomodachi Life Save Editor/TLSE_interactions.vb:11104-11111 | Tomodachi Life Save Editor/TLSE_interactions.vb:11112-11119 | Tomodachi Life Save Editor/TLSE_interactions.vb:11120-11127 | Tomodachi Life Save Editor/TLSE_interactions.vb:11128-11135 | Tomodachi Life Save Editor/TLSE_interactions.vb:11136-11143 | Tomodachi Life Save Editor/TLSE_interactions.vb:11144-11151 | Tomodachi Life Save Editor/TLSE_interactions.vb:11152-11159 | Tomodachi Life Save Editor/TLSE_interactions.vb:11160-11167 | Tomodachi Life Save Editor/TLSE_interactions.vb:11168-11175 | Tomodachi Life Save Editor/TLSE_interactions.vb:11176-11183 | Tomodachi Life Save Editor/TLSE_interactions.vb:11184-11191 | Tomodachi Life Save Editor/TLSE_interactions.vb:11192-11199 | Tomodachi Life Save Editor/TLSE_interactions.vb:11200-11207 | Tomodachi Life Save Editor/TLSE_interactions.vb:11208-11215 | Tomodachi Life Save Editor/TLSE_interactions.vb:11216-11223 | Tomodachi Life Save Editor/TLSE_interactions.vb:11224-11231 | Tomodachi Life Save Editor/TLSE_interactions.vb:11232-11239 | Tomodachi Life Save Editor/TLSE_interactions.vb:11240-11247 | Tomodachi Life Save Editor/TLSE_interactions.vb:11248-11255 | Tomodachi Life Save Editor/TLSE_interactions.vb:11256-11263 | Tomodachi Life Save Editor/TLSE_interactions.vb:11264-11271 | Tomodachi Life Save Editor/TLSE_interactions.vb:11272-11279 | Tomodachi Life Save Editor/TLSE_interactions.vb:11280-11287 | Tomodachi Life Save Editor/TLSE_interactions.vb:11288-11295 | Tomodachi Life Save Editor/TLSE_interactions.vb:11296-11303 | Tomodachi Life Save Editor/TLSE_interactions.vb:11304-11311 | Tomodachi Life Save Editor/TLSE_interactions.vb:11312-11319 | Tomodachi Life Save Editor/TLSE_interactions.vb:11320-11327 | Tomodachi Life Save Editor/TLSE_interactions.vb:11328-11335 | Tomodachi Life Save Editor/TLSE_interactions.vb:11336-11343 | Tomodachi Life Save Editor/TLSE_interactions.vb:11344-11351 | Tomodachi Life Save Editor/TLSE_interactions.vb:11352-11359
D4 · Code Duplication · Duplicated block (8 lines × 25) · ×4
  • Duplicated block (8 lines × 25) Tomodachi Life Save Editor/TLSE_interactions.vb:8673 — Tomodachi Life Save Editor/TLSE_interactions.vb:8673-8680 | Tomodachi Life Save Editor/TLSE_interactions.vb:8681-8688 | Tomodachi Life Save Editor/TLSE_interactions.vb:8689-8696 | Tomodachi Life Save Editor/TLSE_interactions.vb:8697-8704 | Tomodachi Life Save Editor/TLSE_interactions.vb:8705-8712 | Tomodachi Life Save Editor/TLSE_interactions.vb:8713-8720 | Tomodachi Life Save Editor/TLSE_interactions.vb:8721-8728 | Tomodachi Life Save Editor/TLSE_interactions.vb:8729-8736 | Tomodachi Life Save Editor/TLSE_interactions.vb:8737-8744 | Tomodachi Life Save Editor/TLSE_interactions.vb:8745-8752 | Tomodachi Life Save Editor/TLSE_interactions.vb:8753-8760 | Tomodachi Life Save Editor/TLSE_interactions.vb:8761-8768 | Tomodachi Life Save Editor/TLSE_interactions.vb:8769-8776 | Tomodachi Life Save Editor/TLSE_interactions.vb:8777-8784 | Tomodachi Life Save Editor/TLSE_interactions.vb:8785-8792 | Tomodachi Life Save Editor/TLSE_interactions.vb:8793-8800 | Tomodachi Life Save Editor/TLSE_interactions.vb:8801-8808 | Tomodachi Life Save Editor/TLSE_interactions.vb:8809-8816 | Tomodachi Life Save Editor/TLSE_interactions.vb:8817-8824 | Tomodachi Life Save Editor/TLSE_interactions.vb:8825-8832 | Tomodachi Life Save Editor/TLSE_interactions.vb:8833-8840 | Tomodachi Life Save Editor/TLSE_interactions.vb:8841-8848 | Tomodachi Life Save Editor/TLSE_interactions.vb:8849-8856 | Tomodachi Life Save Editor/TLSE_interactions.vb:8857-8864 | Tomodachi Life Save Editor/TLSE_interactions.vb:8865-8872
  • Duplicated block (8 lines × 25) Tomodachi Life Save Editor/TLSE_interactions.vb:8879 — Tomodachi Life Save Editor/TLSE_interactions.vb:8879-8886 | Tomodachi Life Save Editor/TLSE_interactions.vb:8887-8894 | Tomodachi Life Save Editor/TLSE_interactions.vb:8895-8902 | Tomodachi Life Save Editor/TLSE_interactions.vb:8903-8910 | Tomodachi Life Save Editor/TLSE_interactions.vb:8911-8918 | Tomodachi Life Save Editor/TLSE_interactions.vb:8919-8926 | Tomodachi Life Save Editor/TLSE_interactions.vb:8927-8934 | Tomodachi Life Save Editor/TLSE_interactions.vb:8935-8942 | Tomodachi Life Save Editor/TLSE_interactions.vb:8943-8950 | Tomodachi Life Save Editor/TLSE_interactions.vb:8951-8958 | Tomodachi Life Save Editor/TLSE_interactions.vb:8959-8966 | Tomodachi Life Save Editor/TLSE_interactions.vb:8967-8974 | Tomodachi Life Save Editor/TLSE_interactions.vb:8975-8982 | Tomodachi Life Save Editor/TLSE_interactions.vb:8983-8990 | Tomodachi Life Save Editor/TLSE_interactions.vb:8991-8998 | Tomodachi Life Save Editor/TLSE_interactions.vb:8999-9006 | Tomodachi Life Save Editor/TLSE_interactions.vb:9007-9014 | Tomodachi Life Save Editor/TLSE_interactions.vb:9015-9022 | Tomodachi Life Save Editor/TLSE_interactions.vb:9023-9030 | Tomodachi Life Save Editor/TLSE_interactions.vb:9031-9038 | Tomodachi Life Save Editor/TLSE_interactions.vb:9039-9046 | Tomodachi Life Save Editor/TLSE_interactions.vb:9047-9054 | Tomodachi Life Save Editor/TLSE_interactions.vb:9055-9062 | Tomodachi Life Save Editor/TLSE_interactions.vb:9063-9070 | Tomodachi Life Save Editor/TLSE_interactions.vb:9071-9078
  • Duplicated block (8 lines × 25) Tomodachi Life Save Editor/TLSE_interactions.vb:9085 — Tomodachi Life Save Editor/TLSE_interactions.vb:9085-9092 | Tomodachi Life Save Editor/TLSE_interactions.vb:9093-9100 | Tomodachi Life Save Editor/TLSE_interactions.vb:9101-9108 | Tomodachi Life Save Editor/TLSE_interactions.vb:9109-9116 | Tomodachi Life Save Editor/TLSE_interactions.vb:9117-9124 | Tomodachi Life Save Editor/TLSE_interactions.vb:9125-9132 | Tomodachi Life Save Editor/TLSE_interactions.vb:9133-9140 | Tomodachi Life Save Editor/TLSE_interactions.vb:9141-9148 | Tomodachi Life Save Editor/TLSE_interactions.vb:9149-9156 | Tomodachi Life Save Editor/TLSE_interactions.vb:9157-9164 | Tomodachi Life Save Editor/TLSE_interactions.vb:9165-9172 | Tomodachi Life Save Editor/TLSE_interactions.vb:9173-9180 | Tomodachi Life Save Editor/TLSE_interactions.vb:9181-9188 | Tomodachi Life Save Editor/TLSE_interactions.vb:9189-9196 | Tomodachi Life Save Editor/TLSE_interactions.vb:9197-9204 | Tomodachi Life Save Editor/TLSE_interactions.vb:9205-9212 | Tomodachi Life Save Editor/TLSE_interactions.vb:9213-9220 | Tomodachi Life Save Editor/TLSE_interactions.vb:9221-9228 | Tomodachi Life Save Editor/TLSE_interactions.vb:9229-9236 | Tomodachi Life Save Editor/TLSE_interactions.vb:9237-9244 | Tomodachi Life Save Editor/TLSE_interactions.vb:9245-9252 | Tomodachi Life Save Editor/TLSE_interactions.vb:9253-9260 | Tomodachi Life Save Editor/TLSE_interactions.vb:9261-9268 | Tomodachi Life Save Editor/TLSE_interactions.vb:9269-9276 | Tomodachi Life Save Editor/TLSE_interactions.vb:9277-9284
  • Duplicated block (8 lines × 25) Tomodachi Life Save Editor/TLSE_interactions.vb:10222 — Tomodachi Life Save Editor/TLSE_interactions.vb:10222-10229 | Tomodachi Life Save Editor/TLSE_interactions.vb:10230-10237 | Tomodachi Life Save Editor/TLSE_interactions.vb:10238-10245 | Tomodachi Life Save Editor/TLSE_interactions.vb:10246-10253 | Tomodachi Life Save Editor/TLSE_interactions.vb:10254-10261 | Tomodachi Life Save Editor/TLSE_interactions.vb:10262-10269 | Tomodachi Life Save Editor/TLSE_interactions.vb:10270-10277 | Tomodachi Life Save Editor/TLSE_interactions.vb:10278-10285 | Tomodachi Life Save Editor/TLSE_interactions.vb:10286-10293 | Tomodachi Life Save Editor/TLSE_interactions.vb:10294-10301 | Tomodachi Life Save Editor/TLSE_interactions.vb:10302-10309 | Tomodachi Life Save Editor/TLSE_interactions.vb:10310-10317 | Tomodachi Life Save Editor/TLSE_interactions.vb:10318-10325 | Tomodachi Life Save Editor/TLSE_interactions.vb:10326-10333 | Tomodachi Life Save Editor/TLSE_interactions.vb:10334-10341 | Tomodachi Life Save Editor/TLSE_interactions.vb:10342-10349 | Tomodachi Life Save Editor/TLSE_interactions.vb:10350-10357 | Tomodachi Life Save Editor/TLSE_interactions.vb:10358-10365 | Tomodachi Life Save Editor/TLSE_interactions.vb:10366-10373 | Tomodachi Life Save Editor/TLSE_interactions.vb:10374-10381 | Tomodachi Life Save Editor/TLSE_interactions.vb:10382-10389 | Tomodachi Life Save Editor/TLSE_interactions.vb:10390-10397 | Tomodachi Life Save Editor/TLSE_interactions.vb:10398-10405 | Tomodachi Life Save Editor/TLSE_interactions.vb:10406-10413 | Tomodachi Life Save Editor/TLSE_interactions.vb:10414-10421
D4 · Code Duplication · Duplicated block (21 lines × 2) · ×3
  • Duplicated block (21 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1474 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1474-1494 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1575-1595
  • Duplicated block (21 lines × 2) Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:824 — Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:824-844 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:875-895
  • Duplicated block (21 lines × 2) Tomodachi Life Save Editor/TLSE_interactions.vb:6449 — Tomodachi Life Save Editor/TLSE_interactions.vb:6449-6469 | Tomodachi Life Save Editor/TLSE_interactions.vb:6950-6970
D4 · Code Duplication · Duplicated block (13 lines × 3) · ×3
  • Duplicated block (13 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb:5474 — Tomodachi Life Save Editor/TLSE_interactions.vb:5474-5486 | Tomodachi Life Save Editor/TLSE_interactions.vb:5514-5526 | Tomodachi Life Save Editor/TLSE_interactions.vb:5660-5672
  • Duplicated block (13 lines × 3) Tomodachi Life Save Editor/TLSE_itemsedit.vb:702 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:702-714 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:905-917 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1100-1112
  • Duplicated block (13 lines × 3) Tomodachi Life Save Editor/TLSE_itemsedit.vb:2893 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:2893-2905 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2964-2976 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3035-3047
D4 · Code Duplication · Duplicated block (11 lines × 3) · ×3
  • Duplicated block (11 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb:4993 — Tomodachi Life Save Editor/TLSE_interactions.vb:4993-5003 | Tomodachi Life Save Editor/TLSE_interactions.vb:5226-5236 | Tomodachi Life Save Editor/TLSE_interactions.vb:5332-5342
  • Duplicated block (11 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb:5887 — Tomodachi Life Save Editor/TLSE_interactions.vb:5887-5897 | Tomodachi Life Save Editor/TLSE_interactions.vb:5907-5917 | Tomodachi Life Save Editor/TLSE_interactions.vb:5927-5937
  • Duplicated block (11 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb:5931 — Tomodachi Life Save Editor/TLSE_interactions.vb:5931-5941 | Tomodachi Life Save Editor/TLSE_interactions.vb:6039-6049 | Tomodachi Life Save Editor/TLSE_interactions.vb:6113-6123
D4 · Code Duplication · Duplicated block (10 lines × 3) · ×3
  • Duplicated block (10 lines × 3) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:385 — Tomodachi Life Save Editor/TLSE_creaislandranking.vb:385-394 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:409-418 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:424-433
  • Duplicated block (10 lines × 3) Tomodachi Life Save Editor/TLSE_interactions.vb:5856 — Tomodachi Life Save Editor/TLSE_interactions.vb:5856-5865 | Tomodachi Life Save Editor/TLSE_interactions.vb:5936-5945 | Tomodachi Life Save Editor/TLSE_interactions.vb:6096-6105
  • Duplicated block (10 lines × 3) Tomodachi Life Save Editor/TLSE_islandinfo.vb:588 — Tomodachi Life Save Editor/TLSE_islandinfo.vb:588-597 | Tomodachi Life Save Editor/TLSE_concertedit.vb:322-331 | Tomodachi Life Save Editor/TLSE_islandsettings.vb:511-520
D4 · Code Duplication · Duplicated block (13 lines × 4) · ×2
  • Duplicated block (13 lines × 4) Tomodachi Life Save Editor/TLSE_interactions.vb:5516 — Tomodachi Life Save Editor/TLSE_interactions.vb:5516-5528 | Tomodachi Life Save Editor/TLSE_interactions.vb:5532-5544 | Tomodachi Life Save Editor/TLSE_interactions.vb:5548-5560 | Tomodachi Life Save Editor/TLSE_interactions.vb:5662-5674
  • Duplicated block (13 lines × 4) Tomodachi Life Save Editor/TLSE_concertedit.vb:641 — Tomodachi Life Save Editor/TLSE_concertedit.vb:641-653 | Tomodachi Life Save Editor/TLSE_concertedit.vb:664-676 | Tomodachi Life Save Editor/TLSE_concertedit.vb:678-690 | Tomodachi Life Save Editor/TLSE_concertedit.vb:692-704
D4 · Code Duplication · Duplicated block (10 lines × 4) · ×2
  • Duplicated block (10 lines × 4) Tomodachi Life Save Editor/TLSE_islandinfo.vb:98 — Tomodachi Life Save Editor/TLSE_islandinfo.vb:98-107 | Tomodachi Life Save Editor/TLSE_islandconfig.vb:123-132 | Tomodachi Life Save Editor/TLSE_islandsettings.vb:89-98 | Tomodachi Life Save Editor/TLSE_itemsprovenance.vb:87-96
  • Duplicated block (10 lines × 4) Tomodachi Life Save Editor/TLSE_extras.vb:171 — Tomodachi Life Save Editor/TLSE_extras.vb:171-180 | Tomodachi Life Save Editor/TLSE_extras.vb:208-217 | Tomodachi Life Save Editor/TLSE_extras.vb:1036-1045 | Tomodachi Life Save Editor/TLSE_extras.vb:1505-1514
D4 · Code Duplication · Duplicated block (9 lines × 2) · ×2
  • Duplicated block (9 lines × 2) Tomodachi Life Save Editor/TLSE_extras.vb:1062 — Tomodachi Life Save Editor/TLSE_extras.vb:1062-1070 | Tomodachi Life Save Editor/TLSE_extras.vb:1265-1273
  • Duplicated block (9 lines × 2) Tomodachi Life Save Editor/TLSE_hub.vb:105 — Tomodachi Life Save Editor/TLSE_hub.vb:105-113 | Tomodachi Life Save Editor/TLSE_hub.vb:703-711
D4 · Code Duplication · Duplicated block (7 lines × 2) · ×2
  • Duplicated block (7 lines × 2) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:236 — Tomodachi Life Save Editor/TLSE_dataislandranking.vb:236-242 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:437-443
  • Duplicated block (7 lines × 2) Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:186 — Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:186-192 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:287-293
D4 · Code Duplication · Duplicated block (6 lines × 2) · ×2
  • Duplicated block (6 lines × 2) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:1374 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:1374-1379 | Tomodachi Life Save Editor/TLSE_interactions.vb:4744-4749
  • Duplicated block (6 lines × 2) Tomodachi Life Save Editor/TLSE_hub.vb:770 — Tomodachi Life Save Editor/TLSE_hub.vb:770-775 | Tomodachi Life Save Editor/TLSE_hub.vb:788-793
D4 · Code Duplication · Duplicated block (5 lines × 20) · ×2
  • Duplicated block (5 lines × 20) Tomodachi Life Save Editor/TLSE_interactions.vb:4750 — Tomodachi Life Save Editor/TLSE_interactions.vb:4750-4754 | Tomodachi Life Save Editor/TLSE_interactions.vb:4755-4759 | Tomodachi Life Save Editor/TLSE_interactions.vb:4760-4764 | Tomodachi Life Save Editor/TLSE_interactions.vb:4765-4769 | Tomodachi Life Save Editor/TLSE_interactions.vb:4770-4774 | Tomodachi Life Save Editor/TLSE_interactions.vb:4775-4779 | Tomodachi Life Save Editor/TLSE_interactions.vb:4780-4784 | Tomodachi Life Save Editor/TLSE_interactions.vb:4785-4789 | Tomodachi Life Save Editor/TLSE_interactions.vb:4790-4794 | Tomodachi Life Save Editor/TLSE_interactions.vb:4795-4799 | Tomodachi Life Save Editor/TLSE_interactions.vb:4800-4804 | Tomodachi Life Save Editor/TLSE_interactions.vb:4805-4809 | Tomodachi Life Save Editor/TLSE_interactions.vb:4810-4814 | Tomodachi Life Save Editor/TLSE_interactions.vb:4815-4819 | Tomodachi Life Save Editor/TLSE_interactions.vb:4820-4824 | Tomodachi Life Save Editor/TLSE_interactions.vb:4825-4829 | Tomodachi Life Save Editor/TLSE_interactions.vb:4830-4834 | Tomodachi Life Save Editor/TLSE_interactions.vb:4835-4839 | Tomodachi Life Save Editor/TLSE_interactions.vb:4840-4844 | Tomodachi Life Save Editor/TLSE_interactions.vb:4845-4849
  • Duplicated block (5 lines × 20) Tomodachi Life Save Editor/TLSE_interactions.vb:4849 — Tomodachi Life Save Editor/TLSE_interactions.vb:4849-4853 | Tomodachi Life Save Editor/TLSE_interactions.vb:4854-4858 | Tomodachi Life Save Editor/TLSE_interactions.vb:4859-4863 | Tomodachi Life Save Editor/TLSE_interactions.vb:4864-4868 | Tomodachi Life Save Editor/TLSE_interactions.vb:4869-4873 | Tomodachi Life Save Editor/TLSE_interactions.vb:4874-4878 | Tomodachi Life Save Editor/TLSE_interactions.vb:4879-4883 | Tomodachi Life Save Editor/TLSE_interactions.vb:4884-4888 | Tomodachi Life Save Editor/TLSE_interactions.vb:4889-4893 | Tomodachi Life Save Editor/TLSE_interactions.vb:4894-4898 | Tomodachi Life Save Editor/TLSE_interactions.vb:4899-4903 | Tomodachi Life Save Editor/TLSE_interactions.vb:4904-4908 | Tomodachi Life Save Editor/TLSE_interactions.vb:4909-4913 | Tomodachi Life Save Editor/TLSE_interactions.vb:4914-4918 | Tomodachi Life Save Editor/TLSE_interactions.vb:4919-4923 | Tomodachi Life Save Editor/TLSE_interactions.vb:4924-4928 | Tomodachi Life Save Editor/TLSE_interactions.vb:4929-4933 | Tomodachi Life Save Editor/TLSE_interactions.vb:4934-4938 | Tomodachi Life Save Editor/TLSE_interactions.vb:4939-4943 | Tomodachi Life Save Editor/TLSE_interactions.vb:4944-4948
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Button_setallrelation_Click (cyclomatic 708) · ×1
  • TLSE_Jrelationships.Button_setallrelation_Click (cyclomatic 708) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46585 — TLSE_Jrelationships.Button_setallrelation_Click has cyclomatic complexity 708 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Button_setallrelation_Click (cyclomatic 708) · ×1
  • TLSE_relationships.Button_setallrelation_Click (cyclomatic 708) Tomodachi Life Save Editor/TLSE_relationships.vb:46588 — TLSE_relationships.Button_setallrelation_Click has cyclomatic complexity 708 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_extras.settummyfullempt (cyclomatic 604) · ×1
  • TLSE_extras.settummyfullempt (cyclomatic 604) Tomodachi Life Save Editor/TLSE_extras.vb:2499 — TLSE_extras.settummyfullempt has cyclomatic complexity 604 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.valu_target1_ValueChanged (cyclomatic 566) · ×1
  • TLSE_interactions.valu_target1_ValueChanged (cyclomatic 566) Tomodachi Life Save Editor/TLSE_interactions.vb:9084 — TLSE_interactions.valu_target1_ValueChanged has cyclomatic complexity 566 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_1_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_1_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:48919 — TLSE_relationships.valu_friend_rela_1_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_2_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_2_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:50327 — TLSE_relationships.valu_friend_rela_2_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_3_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_3_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:51735 — TLSE_relationships.valu_friend_rela_3_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_4_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_4_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:53143 — TLSE_relationships.valu_friend_rela_4_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_5_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_5_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:54551 — TLSE_relationships.valu_friend_rela_5_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_6_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_6_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:55959 — TLSE_relationships.valu_friend_rela_6_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_7_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_7_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:57367 — TLSE_relationships.valu_friend_rela_7_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_8_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_8_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:58775 — TLSE_relationships.valu_friend_rela_8_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_9_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_9_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:60183 — TLSE_relationships.valu_friend_rela_9_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_10_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_10_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:61591 — TLSE_relationships.valu_friend_rela_10_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_11_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_11_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:62999 — TLSE_relationships.valu_friend_rela_11_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_12_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_12_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:64407 — TLSE_relationships.valu_friend_rela_12_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_13_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_13_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:65815 — TLSE_relationships.valu_friend_rela_13_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_14_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_14_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:67223 — TLSE_relationships.valu_friend_rela_14_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_15_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_15_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:68631 — TLSE_relationships.valu_friend_rela_15_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_16_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_16_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:70039 — TLSE_relationships.valu_friend_rela_16_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_17_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_17_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:71447 — TLSE_relationships.valu_friend_rela_17_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_18_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_18_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:72855 — TLSE_relationships.valu_friend_rela_18_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_19_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_19_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:74263 — TLSE_relationships.valu_friend_rela_19_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_20_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_20_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:75671 — TLSE_relationships.valu_friend_rela_20_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_21_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_21_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:77079 — TLSE_relationships.valu_friend_rela_21_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_22_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_22_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:78487 — TLSE_relationships.valu_friend_rela_22_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_23_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_23_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:79895 — TLSE_relationships.valu_friend_rela_23_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_24_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_24_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:81303 — TLSE_relationships.valu_friend_rela_24_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_25_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_25_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:82711 — TLSE_relationships.valu_friend_rela_25_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_26_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_26_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:84119 — TLSE_relationships.valu_friend_rela_26_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_27_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_27_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:85527 — TLSE_relationships.valu_friend_rela_27_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_28_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_28_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:86935 — TLSE_relationships.valu_friend_rela_28_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_29_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_29_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:88343 — TLSE_relationships.valu_friend_rela_29_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_30_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_30_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:89751 — TLSE_relationships.valu_friend_rela_30_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_31_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_31_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:91159 — TLSE_relationships.valu_friend_rela_31_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_32_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_32_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:92567 — TLSE_relationships.valu_friend_rela_32_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_33_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_33_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:93975 — TLSE_relationships.valu_friend_rela_33_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_34_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_34_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:95383 — TLSE_relationships.valu_friend_rela_34_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_35_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_35_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:96791 — TLSE_relationships.valu_friend_rela_35_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_36_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_36_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:98199 — TLSE_relationships.valu_friend_rela_36_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_37_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_37_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:99607 — TLSE_relationships.valu_friend_rela_37_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_38_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_38_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:101015 — TLSE_relationships.valu_friend_rela_38_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_39_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_39_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:102423 — TLSE_relationships.valu_friend_rela_39_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_40_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_40_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:103831 — TLSE_relationships.valu_friend_rela_40_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_41_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_41_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:105239 — TLSE_relationships.valu_friend_rela_41_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_42_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_42_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:106647 — TLSE_relationships.valu_friend_rela_42_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_43_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_43_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:108055 — TLSE_relationships.valu_friend_rela_43_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_44_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_44_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:109463 — TLSE_relationships.valu_friend_rela_44_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_45_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_45_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:110871 — TLSE_relationships.valu_friend_rela_45_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_46_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_46_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:112279 — TLSE_relationships.valu_friend_rela_46_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_47_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_47_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:113687 — TLSE_relationships.valu_friend_rela_47_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_48_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_48_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:115095 — TLSE_relationships.valu_friend_rela_48_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_49_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_49_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:116503 — TLSE_relationships.valu_friend_rela_49_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_50_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_50_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:117911 — TLSE_relationships.valu_friend_rela_50_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_51_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_51_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:119319 — TLSE_relationships.valu_friend_rela_51_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_52_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_52_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:120727 — TLSE_relationships.valu_friend_rela_52_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_53_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_53_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:122135 — TLSE_relationships.valu_friend_rela_53_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_54_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_54_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:123543 — TLSE_relationships.valu_friend_rela_54_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_55_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_55_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:124951 — TLSE_relationships.valu_friend_rela_55_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_56_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_56_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:126359 — TLSE_relationships.valu_friend_rela_56_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_57_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_57_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:127767 — TLSE_relationships.valu_friend_rela_57_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_58_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_58_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:129175 — TLSE_relationships.valu_friend_rela_58_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_59_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_59_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:130583 — TLSE_relationships.valu_friend_rela_59_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_60_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_60_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:131991 — TLSE_relationships.valu_friend_rela_60_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_61_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_61_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:133399 — TLSE_relationships.valu_friend_rela_61_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_62_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_62_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:134807 — TLSE_relationships.valu_friend_rela_62_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_63_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_63_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:136215 — TLSE_relationships.valu_friend_rela_63_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_64_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_64_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:137623 — TLSE_relationships.valu_friend_rela_64_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_65_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_65_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:139031 — TLSE_relationships.valu_friend_rela_65_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_66_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_66_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:140439 — TLSE_relationships.valu_friend_rela_66_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_67_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_67_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:141847 — TLSE_relationships.valu_friend_rela_67_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_68_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_68_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:143255 — TLSE_relationships.valu_friend_rela_68_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_69_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_69_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:144663 — TLSE_relationships.valu_friend_rela_69_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_70_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_70_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:146071 — TLSE_relationships.valu_friend_rela_70_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_71_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_71_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:147479 — TLSE_relationships.valu_friend_rela_71_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_72_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_72_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:148887 — TLSE_relationships.valu_friend_rela_72_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_73_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_73_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:150295 — TLSE_relationships.valu_friend_rela_73_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_74_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_74_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:151703 — TLSE_relationships.valu_friend_rela_74_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_75_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_75_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:153111 — TLSE_relationships.valu_friend_rela_75_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_76_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_76_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:154519 — TLSE_relationships.valu_friend_rela_76_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_77_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_77_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:155927 — TLSE_relationships.valu_friend_rela_77_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_78_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_78_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:157335 — TLSE_relationships.valu_friend_rela_78_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_79_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_79_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:158743 — TLSE_relationships.valu_friend_rela_79_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_80_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_80_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:160151 — TLSE_relationships.valu_friend_rela_80_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_81_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_81_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:161559 — TLSE_relationships.valu_friend_rela_81_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_82_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_82_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:162967 — TLSE_relationships.valu_friend_rela_82_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_83_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_83_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:164375 — TLSE_relationships.valu_friend_rela_83_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_84_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_84_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:165783 — TLSE_relationships.valu_friend_rela_84_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_85_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_85_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:167191 — TLSE_relationships.valu_friend_rela_85_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_86_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_86_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:168599 — TLSE_relationships.valu_friend_rela_86_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_87_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_87_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:170007 — TLSE_relationships.valu_friend_rela_87_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_88_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_88_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:171415 — TLSE_relationships.valu_friend_rela_88_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_89_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_89_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:172823 — TLSE_relationships.valu_friend_rela_89_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_90_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_90_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:174231 — TLSE_relationships.valu_friend_rela_90_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_91_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_91_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:175639 — TLSE_relationships.valu_friend_rela_91_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_92_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_92_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:177047 — TLSE_relationships.valu_friend_rela_92_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_93_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_93_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:178455 — TLSE_relationships.valu_friend_rela_93_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_94_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_94_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:179863 — TLSE_relationships.valu_friend_rela_94_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_95_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_95_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:181271 — TLSE_relationships.valu_friend_rela_95_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_96_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_96_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:182679 — TLSE_relationships.valu_friend_rela_96_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_97_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_97_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:184087 — TLSE_relationships.valu_friend_rela_97_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_98_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_98_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:185495 — TLSE_relationships.valu_friend_rela_98_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_99_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_99_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:186903 — TLSE_relationships.valu_friend_rela_99_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_friend_rela_100_ValueChanged (cyclomatic 560) · ×1
  • TLSE_relationships.valu_friend_rela_100_ValueChanged (cyclomatic 560) Tomodachi Life Save Editor/TLSE_relationships.vb:188311 — TLSE_relationships.valu_friend_rela_100_ValueChanged has cyclomatic complexity 560 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_fav_1_ValueChanged (cyclomatic 467) · ×1
  • TLSE_miifoods.valu_fav_1_ValueChanged (cyclomatic 467) Tomodachi Life Save Editor/TLSE_miifoods.vb:6145 — TLSE_miifoods.valu_fav_1_ValueChanged has cyclomatic complexity 467 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_fav_2_ValueChanged (cyclomatic 467) · ×1
  • TLSE_miifoods.valu_fav_2_ValueChanged (cyclomatic 467) Tomodachi Life Save Editor/TLSE_miifoods.vb:7086 — TLSE_miifoods.valu_fav_2_ValueChanged has cyclomatic complexity 467 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_fav_3_ValueChanged (cyclomatic 467) · ×1
  • TLSE_miifoods.valu_fav_3_ValueChanged (cyclomatic 467) Tomodachi Life Save Editor/TLSE_miifoods.vb:8027 — TLSE_miifoods.valu_fav_3_ValueChanged has cyclomatic complexity 467 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_allfav_1_ValueChanged (cyclomatic 465) · ×1
  • TLSE_miifoods.valu_allfav_1_ValueChanged (cyclomatic 465) Tomodachi Life Save Editor/TLSE_miifoods.vb:4271 — TLSE_miifoods.valu_allfav_1_ValueChanged has cyclomatic complexity 465 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_allfav_2_ValueChanged (cyclomatic 465) · ×1
  • TLSE_miifoods.valu_allfav_2_ValueChanged (cyclomatic 465) Tomodachi Life Save Editor/TLSE_miifoods.vb:5208 — TLSE_miifoods.valu_allfav_2_ValueChanged has cyclomatic complexity 465 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_worst_1_ValueChanged (cyclomatic 465) · ×1
  • TLSE_miifoods.valu_worst_1_ValueChanged (cyclomatic 465) Tomodachi Life Save Editor/TLSE_miifoods.vb:8968 — TLSE_miifoods.valu_worst_1_ValueChanged has cyclomatic complexity 465 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.valu_worst_2_ValueChanged (cyclomatic 465) · ×1
  • TLSE_miifoods.valu_worst_2_ValueChanged (cyclomatic 465) Tomodachi Life Save Editor/TLSE_miifoods.vb:9905 — TLSE_miifoods.valu_worst_2_ValueChanged has cyclomatic complexity 465 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_itemsedit.Writehatsitems (cyclomatic 332) · ×1
  • TLSE_itemsedit.Writehatsitems (cyclomatic 332) Tomodachi Life Save Editor/TLSE_itemsedit.vb:1325 — TLSE_itemsedit.Writehatsitems has cyclomatic complexity 332 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_interactions.vb:10427 — TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_interactions.vb:10895 — TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_1_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_1_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:1935 — TLSE_miifoods.Select_fav_1_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_2_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_2_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:2403 — TLSE_miifoods.Select_fav_2_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_3_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_3_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:2871 — TLSE_miifoods.Select_fav_3_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_1US_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_1US_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:14855 — TLSE_miifoods.Select_fav_1US_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_2US_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_2US_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:15323 — TLSE_miifoods.Select_fav_2US_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_fav_3US_SelectedIndexChanged (cyclomatic 233) · ×1
  • TLSE_miifoods.Select_fav_3US_SelectedIndexChanged (cyclomatic 233) Tomodachi Life Save Editor/TLSE_miifoods.vb:15791 — TLSE_miifoods.Select_fav_3US_SelectedIndexChanged has cyclomatic complexity 233 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_allfav_1_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_allfav_1_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:1003 — TLSE_miifoods.Select_allfav_1_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_allfav_2_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_allfav_2_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:1469 — TLSE_miifoods.Select_allfav_2_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_worst_1_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_worst_1_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:3339 — TLSE_miifoods.Select_worst_1_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_worst_2_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_worst_2_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:3805 — TLSE_miifoods.Select_worst_2_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:12991 — TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:13457 — TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_worst_1US_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_worst_1US_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:13923 — TLSE_miifoods.Select_worst_1US_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Select_worst_2US_SelectedIndexChanged (cyclomatic 232) · ×1
  • TLSE_miifoods.Select_worst_2US_SelectedIndexChanged (cyclomatic 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:14389 — TLSE_miifoods.Select_worst_2US_SelectedIndexChanged has cyclomatic complexity 232 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_extras.Check_resetmiiapart_CheckedChanged (cyclomatic 210) · ×1
  • TLSE_extras.Check_resetmiiapart_CheckedChanged (cyclomatic 210) Tomodachi Life Save Editor/TLSE_extras.vb:227 — TLSE_extras.Check_resetmiiapart_CheckedChanged has cyclomatic complexity 210 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_extras.Check_resetrelationship_CheckedChanged (cyclomatic 210) · ×1
  • TLSE_extras.Check_resetrelationship_CheckedChanged (cyclomatic 210) Tomodachi Life Save Editor/TLSE_extras.vb:1551 — TLSE_extras.Check_resetrelationship_CheckedChanged has cyclomatic complexity 210 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiprofile.Savefileregion (cyclomatic 204) · ×1
  • TLSE_miiprofile.Savefileregion (cyclomatic 204) Tomodachi Life Save Editor/TLSE_miiprofile.vb:1674 — TLSE_miiprofile.Savefileregion has cyclomatic complexity 204 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_crcxmodem.readmiidata (cyclomatic 203) · ×1
  • TLSE_crcxmodem.readmiidata (cyclomatic 203) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:163 — TLSE_crcxmodem.readmiidata has cyclomatic complexity 203 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_voicepersonnality.Savefileregion (cyclomatic 203) · ×1
  • TLSE_voicepersonnality.Savefileregion (cyclomatic 203) Tomodachi Life Save Editor/TLSE_voicepersonnality.vb:1343 — TLSE_voicepersonnality.Savefileregion has cyclomatic complexity 203 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miifoods.Savefileregion (cyclomatic 202) · ×1
  • TLSE_miifoods.Savefileregion (cyclomatic 202) Tomodachi Life Save Editor/TLSE_miifoods.vb:10909 — TLSE_miifoods.Savefileregion has cyclomatic complexity 202 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.Savefileregion (cyclomatic 202) · ×1
  • TLSE_miiinventory.Savefileregion (cyclomatic 202) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3153 — TLSE_miiinventory.Savefileregion has cyclomatic complexity 202 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miistatus.Savefileregion (cyclomatic 202) · ×1
  • TLSE_miistatus.Savefileregion (cyclomatic 202) Tomodachi Life Save Editor/TLSE_miistatus.vb:1716 — TLSE_miistatus.Savefileregion has cyclomatic complexity 202 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_itemsedit.Writessclothesitems (cyclomatic 201) · ×1
  • TLSE_itemsedit.Writessclothesitems (cyclomatic 201) Tomodachi Life Save Editor/TLSE_itemsedit.vb:524 — TLSE_itemsedit.Writessclothesitems has cyclomatic complexity 201 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_travelers_status.Writetravelers (cyclomatic 152) · ×1
  • TLSE_travelers_status.Writetravelers (cyclomatic 152) Tomodachi Life Save Editor/TLSE_travelers_status.vb:3427 — TLSE_travelers_status.Writetravelers has cyclomatic complexity 152 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.InteractionlistEUR (cyclomatic 146) · ×1
  • TLSE_interactions.InteractionlistEUR (cyclomatic 146) Tomodachi Life Save Editor/TLSE_interactions.vb:4977 — TLSE_interactions.InteractionlistEUR has cyclomatic complexity 146 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Select_interaction_SelectedIndexChanged (cyclomatic 146) · ×1
  • TLSE_interactions.Select_interaction_SelectedIndexChanged (cyclomatic 146) Tomodachi Life Save Editor/TLSE_interactions.vb:6153 — TLSE_interactions.Select_interaction_SelectedIndexChanged has cyclomatic complexity 146 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:151 — TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_islandinfo.vb:175 — TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_miiprofile.vb:165 — TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_miiprofile.vb:443 — TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_miiprofile.vb:721 — TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged (cyclomatic 115) · ×1
  • TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged (cyclomatic 115) Tomodachi Life Save Editor/TLSE_miiprofile.vb:992 — TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged has cyclomatic complexity 115 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23169 — TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23400 — TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23631 — TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23862 — TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24093 — TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24324 — TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24555 — TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24786 — TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25017 — TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25248 — TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25479 — TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25711 — TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25942 — TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26173 — TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26404 — TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26635 — TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26866 — TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27097 — TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27328 — TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27559 — TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27790 — TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28021 — TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28252 — TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28483 — TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28714 — TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28945 — TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29176 — TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29407 — TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29638 — TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29869 — TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30100 — TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30331 — TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30562 — TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30793 — TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31024 — TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31255 — TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31486 — TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31717 — TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31948 — TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32179 — TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32410 — TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32641 — TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32872 — TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33103 — TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33334 — TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33565 — TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33796 — TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34027 — TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34258 — TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34489 — TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34720 — TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34951 — TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35182 — TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35413 — TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35644 — TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35875 — TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36106 — TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36337 — TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36568 — TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36799 — TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37030 — TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37261 — TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37492 — TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37723 — TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37954 — TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38185 — TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38416 — TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38647 — TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38878 — TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39109 — TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39340 — TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39571 — TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39802 — TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40033 — TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40264 — TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40495 — TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40726 — TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40957 — TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41188 — TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41419 — TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41650 — TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41881 — TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42112 — TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42343 — TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42574 — TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42805 — TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43036 — TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43267 — TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43498 — TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43729 — TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43960 — TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44191 — TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44422 — TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44653 — TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44884 — TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45115 — TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45346 — TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45577 — TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45808 — TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged (cyclomatic 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46039 — TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_1_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_1_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23171 — TLSE_relationships.valu_selfriend_rela_1_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_2_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_2_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23402 — TLSE_relationships.valu_selfriend_rela_2_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_3_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_3_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23633 — TLSE_relationships.valu_selfriend_rela_3_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_4_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_4_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23864 — TLSE_relationships.valu_selfriend_rela_4_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_5_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_5_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24095 — TLSE_relationships.valu_selfriend_rela_5_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_6_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_6_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24326 — TLSE_relationships.valu_selfriend_rela_6_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_7_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_7_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24557 — TLSE_relationships.valu_selfriend_rela_7_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_8_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_8_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24788 — TLSE_relationships.valu_selfriend_rela_8_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_9_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_9_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25019 — TLSE_relationships.valu_selfriend_rela_9_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_10_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_10_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25250 — TLSE_relationships.valu_selfriend_rela_10_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_11_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_11_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25481 — TLSE_relationships.valu_selfriend_rela_11_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_12_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_12_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25713 — TLSE_relationships.valu_selfriend_rela_12_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_13_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_13_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25944 — TLSE_relationships.valu_selfriend_rela_13_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_14_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_14_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26175 — TLSE_relationships.valu_selfriend_rela_14_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_15_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_15_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26406 — TLSE_relationships.valu_selfriend_rela_15_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_16_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_16_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26637 — TLSE_relationships.valu_selfriend_rela_16_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_17_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_17_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26868 — TLSE_relationships.valu_selfriend_rela_17_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_18_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_18_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27099 — TLSE_relationships.valu_selfriend_rela_18_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_19_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_19_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27330 — TLSE_relationships.valu_selfriend_rela_19_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_20_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_20_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27561 — TLSE_relationships.valu_selfriend_rela_20_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_21_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_21_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27792 — TLSE_relationships.valu_selfriend_rela_21_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_22_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_22_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28023 — TLSE_relationships.valu_selfriend_rela_22_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_23_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_23_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28254 — TLSE_relationships.valu_selfriend_rela_23_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_24_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_24_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28485 — TLSE_relationships.valu_selfriend_rela_24_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_25_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_25_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28716 — TLSE_relationships.valu_selfriend_rela_25_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_26_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_26_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28947 — TLSE_relationships.valu_selfriend_rela_26_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_27_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_27_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29178 — TLSE_relationships.valu_selfriend_rela_27_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_28_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_28_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29409 — TLSE_relationships.valu_selfriend_rela_28_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_29_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_29_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29640 — TLSE_relationships.valu_selfriend_rela_29_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_30_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_30_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29871 — TLSE_relationships.valu_selfriend_rela_30_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_31_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_31_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30102 — TLSE_relationships.valu_selfriend_rela_31_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_32_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_32_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30333 — TLSE_relationships.valu_selfriend_rela_32_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_33_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_33_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30564 — TLSE_relationships.valu_selfriend_rela_33_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_34_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_34_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30795 — TLSE_relationships.valu_selfriend_rela_34_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_35_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_35_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31026 — TLSE_relationships.valu_selfriend_rela_35_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_36_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_36_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31257 — TLSE_relationships.valu_selfriend_rela_36_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_37_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_37_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31488 — TLSE_relationships.valu_selfriend_rela_37_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_38_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_38_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31719 — TLSE_relationships.valu_selfriend_rela_38_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_39_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_39_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31950 — TLSE_relationships.valu_selfriend_rela_39_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_40_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_40_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32181 — TLSE_relationships.valu_selfriend_rela_40_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_41_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_41_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32412 — TLSE_relationships.valu_selfriend_rela_41_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_42_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_42_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32643 — TLSE_relationships.valu_selfriend_rela_42_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_43_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_43_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32874 — TLSE_relationships.valu_selfriend_rela_43_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_44_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_44_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33105 — TLSE_relationships.valu_selfriend_rela_44_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_45_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_45_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33336 — TLSE_relationships.valu_selfriend_rela_45_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_46_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_46_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33567 — TLSE_relationships.valu_selfriend_rela_46_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_47_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_47_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33798 — TLSE_relationships.valu_selfriend_rela_47_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_48_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_48_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34029 — TLSE_relationships.valu_selfriend_rela_48_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_49_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_49_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34260 — TLSE_relationships.valu_selfriend_rela_49_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_50_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_50_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34491 — TLSE_relationships.valu_selfriend_rela_50_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_51_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_51_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34722 — TLSE_relationships.valu_selfriend_rela_51_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_52_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_52_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34953 — TLSE_relationships.valu_selfriend_rela_52_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_53_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_53_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35184 — TLSE_relationships.valu_selfriend_rela_53_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_54_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_54_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35415 — TLSE_relationships.valu_selfriend_rela_54_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_55_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_55_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35646 — TLSE_relationships.valu_selfriend_rela_55_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_56_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_56_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35877 — TLSE_relationships.valu_selfriend_rela_56_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_57_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_57_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36108 — TLSE_relationships.valu_selfriend_rela_57_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_58_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_58_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36339 — TLSE_relationships.valu_selfriend_rela_58_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_59_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_59_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36570 — TLSE_relationships.valu_selfriend_rela_59_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_60_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_60_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36801 — TLSE_relationships.valu_selfriend_rela_60_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_61_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_61_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37032 — TLSE_relationships.valu_selfriend_rela_61_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_62_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_62_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37263 — TLSE_relationships.valu_selfriend_rela_62_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_63_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_63_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37494 — TLSE_relationships.valu_selfriend_rela_63_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_64_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_64_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37725 — TLSE_relationships.valu_selfriend_rela_64_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_65_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_65_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37956 — TLSE_relationships.valu_selfriend_rela_65_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_66_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_66_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38187 — TLSE_relationships.valu_selfriend_rela_66_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_67_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_67_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38418 — TLSE_relationships.valu_selfriend_rela_67_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_68_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_68_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38649 — TLSE_relationships.valu_selfriend_rela_68_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_69_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_69_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38880 — TLSE_relationships.valu_selfriend_rela_69_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_70_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_70_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39111 — TLSE_relationships.valu_selfriend_rela_70_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_71_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_71_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39342 — TLSE_relationships.valu_selfriend_rela_71_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_72_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_72_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39573 — TLSE_relationships.valu_selfriend_rela_72_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_73_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_73_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39804 — TLSE_relationships.valu_selfriend_rela_73_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_74_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_74_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40035 — TLSE_relationships.valu_selfriend_rela_74_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_75_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_75_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40266 — TLSE_relationships.valu_selfriend_rela_75_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_76_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_76_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40497 — TLSE_relationships.valu_selfriend_rela_76_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_77_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_77_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40728 — TLSE_relationships.valu_selfriend_rela_77_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_78_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_78_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40959 — TLSE_relationships.valu_selfriend_rela_78_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_79_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_79_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41190 — TLSE_relationships.valu_selfriend_rela_79_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_80_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_80_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41421 — TLSE_relationships.valu_selfriend_rela_80_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_81_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_81_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41652 — TLSE_relationships.valu_selfriend_rela_81_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_82_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_82_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41883 — TLSE_relationships.valu_selfriend_rela_82_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_83_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_83_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42114 — TLSE_relationships.valu_selfriend_rela_83_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_84_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_84_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42345 — TLSE_relationships.valu_selfriend_rela_84_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_85_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_85_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42576 — TLSE_relationships.valu_selfriend_rela_85_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_86_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_86_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42807 — TLSE_relationships.valu_selfriend_rela_86_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_87_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_87_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43038 — TLSE_relationships.valu_selfriend_rela_87_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_88_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_88_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43269 — TLSE_relationships.valu_selfriend_rela_88_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_89_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_89_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43500 — TLSE_relationships.valu_selfriend_rela_89_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_90_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_90_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43731 — TLSE_relationships.valu_selfriend_rela_90_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_91_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_91_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43962 — TLSE_relationships.valu_selfriend_rela_91_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_92_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_92_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44193 — TLSE_relationships.valu_selfriend_rela_92_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_93_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_93_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44424 — TLSE_relationships.valu_selfriend_rela_93_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_94_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_94_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44655 — TLSE_relationships.valu_selfriend_rela_94_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_95_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_95_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44886 — TLSE_relationships.valu_selfriend_rela_95_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_96_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_96_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45117 — TLSE_relationships.valu_selfriend_rela_96_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_97_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_97_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45348 — TLSE_relationships.valu_selfriend_rela_97_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_98_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_98_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45579 — TLSE_relationships.valu_selfriend_rela_98_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_99_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_99_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45810 — TLSE_relationships.valu_selfriend_rela_99_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.valu_selfriend_rela_100_ValueChanged (cyclomatic 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_100_ValueChanged (cyclomatic 113) Tomodachi Life Save Editor/TLSE_relationships.vb:46041 — TLSE_relationships.valu_selfriend_rela_100_ValueChanged has cyclomatic complexity 113 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Readfriendlist (cyclomatic 104) · ×1
  • TLSE_Jrelationships.Readfriendlist (cyclomatic 104) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:80579 — TLSE_Jrelationships.Readfriendlist has cyclomatic complexity 104 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Readfriendlist (cyclomatic 104) · ×1
  • TLSE_relationships.Readfriendlist (cyclomatic 104) Tomodachi Life Save Editor/TLSE_relationships.vb:192202 — TLSE_relationships.Readfriendlist has cyclomatic complexity 104 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_manag_travelers.Readmiidata (cyclomatic 103) · ×1
  • TLSE_manag_travelers.Readmiidata (cyclomatic 103) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:413 — TLSE_manag_travelers.Readmiidata has cyclomatic complexity 103 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_dataislandranking.Readislandranking (cyclomatic 102) · ×1
  • TLSE_dataislandranking.Readislandranking (cyclomatic 102) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1782 — TLSE_dataislandranking.Readislandranking has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_dataislandranking.RestoreIslandranking (cyclomatic 102) · ×1
  • TLSE_dataislandranking.RestoreIslandranking (cyclomatic 102) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2245 — TLSE_dataislandranking.RestoreIslandranking has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_datamiiexchange.Readislandranking (cyclomatic 102) · ×1
  • TLSE_datamiiexchange.Readislandranking (cyclomatic 102) Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:982 — TLSE_datamiiexchange.Readislandranking has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Readinteraction (cyclomatic 102) · ×1
  • TLSE_interactions.Readinteraction (cyclomatic 102) Tomodachi Life Save Editor/TLSE_interactions.vb:7453 — TLSE_interactions.Readinteraction has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Select_target1_SelectedIndexChanged (cyclomatic 102) · ×1
  • TLSE_interactions.Select_target1_SelectedIndexChanged (cyclomatic 102) Tomodachi Life Save Editor/TLSE_interactions.vb:8672 — TLSE_interactions.Select_target1_SelectedIndexChanged has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Select_target2_SelectedIndexChanged (cyclomatic 102) · ×1
  • TLSE_interactions.Select_target2_SelectedIndexChanged (cyclomatic 102) Tomodachi Life Save Editor/TLSE_interactions.vb:8878 — TLSE_interactions.Select_target2_SelectedIndexChanged has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.valu_target2_ValueChanged (cyclomatic 102) · ×1
  • TLSE_interactions.valu_target2_ValueChanged (cyclomatic 102) Tomodachi Life Save Editor/TLSE_interactions.vb:10221 — TLSE_interactions.valu_target2_ValueChanged has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_interactions.Writeinteraction (cyclomatic 102) · ×1
  • TLSE_interactions.Writeinteraction (cyclomatic 102) Tomodachi Life Save Editor/TLSE_interactions.vb:11380 — TLSE_interactions.Writeinteraction has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_manag_mii.Readmiidata (cyclomatic 102) · ×1
  • TLSE_manag_mii.Readmiidata (cyclomatic 102) Tomodachi Life Save Editor/TLSE_manag_mii.vb:670 — TLSE_manag_mii.Readmiidata has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_manag_mii.RestoreMii (cyclomatic 102) · ×1
  • TLSE_manag_mii.RestoreMii (cyclomatic 102) Tomodachi Life Save Editor/TLSE_manag_mii.vb:1751 — TLSE_manag_mii.RestoreMii has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_manag_travelers.RestoreTraveler (cyclomatic 102) · ×1
  • TLSE_manag_travelers.RestoreTraveler (cyclomatic 102) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:1042 — TLSE_manag_travelers.RestoreTraveler has cyclomatic complexity 102 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Button_setallfriends_Click (cyclomatic 101) · ×1
  • TLSE_Jrelationships.Button_setallfriends_Click (cyclomatic 101) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46282 — TLSE_Jrelationships.Button_setallfriends_Click has cyclomatic complexity 101 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miistatus.valu_experience_ValueChanged (cyclomatic 101) · ×1
  • TLSE_miistatus.valu_experience_ValueChanged (cyclomatic 101) Tomodachi Life Save Editor/TLSE_miistatus.vb:1339 — TLSE_miistatus.valu_experience_ValueChanged has cyclomatic complexity 101 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Button_setallfriends_Click (cyclomatic 101) · ×1
  • TLSE_relationships.Button_setallfriends_Click (cyclomatic 101) Tomodachi Life Save Editor/TLSE_relationships.vb:46285 — TLSE_relationships.Button_setallfriends_Click has cyclomatic complexity 101 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_travelers_status.valu_happiness_ValueChanged (cyclomatic 101) · ×1
  • TLSE_travelers_status.valu_happiness_ValueChanged (cyclomatic 101) Tomodachi Life Save Editor/TLSE_travelers_status.vb:1231 — TLSE_travelers_status.valu_happiness_ValueChanged has cyclomatic complexity 101 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_1_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_1_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:48916 — TLSE_Jrelationships.valu_friend_rela_1_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_2_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_2_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49208 — TLSE_Jrelationships.valu_friend_rela_2_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_3_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_3_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49500 — TLSE_Jrelationships.valu_friend_rela_3_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_4_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_4_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49792 — TLSE_Jrelationships.valu_friend_rela_4_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_5_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_5_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50084 — TLSE_Jrelationships.valu_friend_rela_5_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_6_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_6_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50376 — TLSE_Jrelationships.valu_friend_rela_6_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_7_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_7_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50668 — TLSE_Jrelationships.valu_friend_rela_7_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_8_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_8_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50960 — TLSE_Jrelationships.valu_friend_rela_8_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_9_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_9_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51252 — TLSE_Jrelationships.valu_friend_rela_9_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_10_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_10_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51544 — TLSE_Jrelationships.valu_friend_rela_10_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_11_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_11_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51836 — TLSE_Jrelationships.valu_friend_rela_11_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_12_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_12_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52128 — TLSE_Jrelationships.valu_friend_rela_12_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_13_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_13_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52420 — TLSE_Jrelationships.valu_friend_rela_13_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_14_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_14_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52712 — TLSE_Jrelationships.valu_friend_rela_14_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_15_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_15_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53004 — TLSE_Jrelationships.valu_friend_rela_15_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_16_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_16_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53296 — TLSE_Jrelationships.valu_friend_rela_16_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_17_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_17_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53588 — TLSE_Jrelationships.valu_friend_rela_17_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_18_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_18_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53880 — TLSE_Jrelationships.valu_friend_rela_18_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_19_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_19_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54172 — TLSE_Jrelationships.valu_friend_rela_19_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_20_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_20_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54464 — TLSE_Jrelationships.valu_friend_rela_20_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_21_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_21_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54756 — TLSE_Jrelationships.valu_friend_rela_21_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_22_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_22_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55048 — TLSE_Jrelationships.valu_friend_rela_22_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_23_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_23_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55340 — TLSE_Jrelationships.valu_friend_rela_23_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_24_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_24_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55632 — TLSE_Jrelationships.valu_friend_rela_24_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_25_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_25_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55924 — TLSE_Jrelationships.valu_friend_rela_25_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_26_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_26_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56216 — TLSE_Jrelationships.valu_friend_rela_26_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_27_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_27_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56508 — TLSE_Jrelationships.valu_friend_rela_27_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_28_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_28_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56800 — TLSE_Jrelationships.valu_friend_rela_28_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_29_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_29_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57092 — TLSE_Jrelationships.valu_friend_rela_29_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_30_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_30_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57384 — TLSE_Jrelationships.valu_friend_rela_30_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_31_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_31_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57676 — TLSE_Jrelationships.valu_friend_rela_31_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_32_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_32_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57968 — TLSE_Jrelationships.valu_friend_rela_32_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_33_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_33_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58260 — TLSE_Jrelationships.valu_friend_rela_33_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_34_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_34_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58552 — TLSE_Jrelationships.valu_friend_rela_34_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_35_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_35_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58844 — TLSE_Jrelationships.valu_friend_rela_35_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_36_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_36_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59136 — TLSE_Jrelationships.valu_friend_rela_36_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_37_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_37_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59428 — TLSE_Jrelationships.valu_friend_rela_37_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_38_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_38_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59720 — TLSE_Jrelationships.valu_friend_rela_38_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_39_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_39_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60012 — TLSE_Jrelationships.valu_friend_rela_39_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_40_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_40_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60304 — TLSE_Jrelationships.valu_friend_rela_40_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_41_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_41_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60596 — TLSE_Jrelationships.valu_friend_rela_41_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_42_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_42_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60888 — TLSE_Jrelationships.valu_friend_rela_42_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_43_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_43_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61180 — TLSE_Jrelationships.valu_friend_rela_43_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_44_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_44_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61472 — TLSE_Jrelationships.valu_friend_rela_44_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_45_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_45_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61764 — TLSE_Jrelationships.valu_friend_rela_45_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_46_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_46_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62056 — TLSE_Jrelationships.valu_friend_rela_46_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_47_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_47_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62348 — TLSE_Jrelationships.valu_friend_rela_47_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_48_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_48_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62640 — TLSE_Jrelationships.valu_friend_rela_48_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_49_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_49_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62932 — TLSE_Jrelationships.valu_friend_rela_49_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_50_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_50_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63224 — TLSE_Jrelationships.valu_friend_rela_50_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_51_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_51_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63516 — TLSE_Jrelationships.valu_friend_rela_51_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_52_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_52_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63808 — TLSE_Jrelationships.valu_friend_rela_52_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_53_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_53_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64100 — TLSE_Jrelationships.valu_friend_rela_53_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_54_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_54_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64392 — TLSE_Jrelationships.valu_friend_rela_54_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_55_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_55_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64684 — TLSE_Jrelationships.valu_friend_rela_55_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_56_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_56_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64976 — TLSE_Jrelationships.valu_friend_rela_56_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_57_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_57_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65268 — TLSE_Jrelationships.valu_friend_rela_57_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_58_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_58_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65560 — TLSE_Jrelationships.valu_friend_rela_58_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_59_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_59_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65852 — TLSE_Jrelationships.valu_friend_rela_59_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_60_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_60_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66144 — TLSE_Jrelationships.valu_friend_rela_60_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_61_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_61_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66436 — TLSE_Jrelationships.valu_friend_rela_61_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_62_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_62_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66728 — TLSE_Jrelationships.valu_friend_rela_62_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_63_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_63_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67020 — TLSE_Jrelationships.valu_friend_rela_63_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_64_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_64_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67312 — TLSE_Jrelationships.valu_friend_rela_64_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_65_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_65_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67604 — TLSE_Jrelationships.valu_friend_rela_65_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_66_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_66_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67896 — TLSE_Jrelationships.valu_friend_rela_66_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_67_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_67_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68188 — TLSE_Jrelationships.valu_friend_rela_67_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_68_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_68_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68480 — TLSE_Jrelationships.valu_friend_rela_68_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_69_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_69_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68772 — TLSE_Jrelationships.valu_friend_rela_69_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_70_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_70_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69064 — TLSE_Jrelationships.valu_friend_rela_70_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_71_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_71_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69356 — TLSE_Jrelationships.valu_friend_rela_71_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_72_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_72_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69648 — TLSE_Jrelationships.valu_friend_rela_72_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_73_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_73_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69940 — TLSE_Jrelationships.valu_friend_rela_73_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_74_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_74_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70232 — TLSE_Jrelationships.valu_friend_rela_74_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_75_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_75_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70524 — TLSE_Jrelationships.valu_friend_rela_75_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_76_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_76_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70816 — TLSE_Jrelationships.valu_friend_rela_76_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_77_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_77_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71108 — TLSE_Jrelationships.valu_friend_rela_77_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_78_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_78_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71400 — TLSE_Jrelationships.valu_friend_rela_78_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_79_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_79_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71692 — TLSE_Jrelationships.valu_friend_rela_79_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_80_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_80_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71984 — TLSE_Jrelationships.valu_friend_rela_80_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_81_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_81_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72276 — TLSE_Jrelationships.valu_friend_rela_81_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_82_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_82_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72568 — TLSE_Jrelationships.valu_friend_rela_82_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_83_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_83_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72860 — TLSE_Jrelationships.valu_friend_rela_83_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_84_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_84_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73152 — TLSE_Jrelationships.valu_friend_rela_84_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_85_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_85_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73444 — TLSE_Jrelationships.valu_friend_rela_85_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_86_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_86_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73736 — TLSE_Jrelationships.valu_friend_rela_86_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_87_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_87_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74028 — TLSE_Jrelationships.valu_friend_rela_87_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_88_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_88_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74320 — TLSE_Jrelationships.valu_friend_rela_88_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_89_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_89_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74612 — TLSE_Jrelationships.valu_friend_rela_89_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_90_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_90_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74904 — TLSE_Jrelationships.valu_friend_rela_90_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_91_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_91_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75196 — TLSE_Jrelationships.valu_friend_rela_91_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_92_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_92_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75488 — TLSE_Jrelationships.valu_friend_rela_92_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_93_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_93_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75780 — TLSE_Jrelationships.valu_friend_rela_93_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_94_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_94_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76072 — TLSE_Jrelationships.valu_friend_rela_94_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_95_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_95_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76364 — TLSE_Jrelationships.valu_friend_rela_95_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_96_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_96_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76656 — TLSE_Jrelationships.valu_friend_rela_96_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_97_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_97_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76948 — TLSE_Jrelationships.valu_friend_rela_97_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_98_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_98_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77240 — TLSE_Jrelationships.valu_friend_rela_98_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_99_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_99_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77532 — TLSE_Jrelationships.valu_friend_rela_99_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.valu_friend_rela_100_ValueChanged (cyclomatic 99) · ×1
  • TLSE_Jrelationships.valu_friend_rela_100_ValueChanged (cyclomatic 99) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77824 — TLSE_Jrelationships.valu_friend_rela_100_ValueChanged has cyclomatic complexity 99 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_itemsedit.Writesshatsitems (cyclomatic 74) · ×1
  • TLSE_itemsedit.Writesshatsitems (cyclomatic 74) Tomodachi Life Save Editor/TLSE_itemsedit.vb:2827 — TLSE_itemsedit.Writesshatsitems has cyclomatic complexity 74 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_manag_travelers.RestoreMii (cyclomatic 52) · ×1
  • TLSE_manag_travelers.RestoreMii (cyclomatic 52) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:1603 — TLSE_manag_travelers.RestoreMii has cyclomatic complexity 52 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_travelers_status.Readtravelers (cyclomatic 52) · ×1
  • TLSE_travelers_status.Readtravelers (cyclomatic 52) Tomodachi Life Save Editor/TLSE_travelers_status.vb:1718 — TLSE_travelers_status.Readtravelers has cyclomatic complexity 52 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_concertedit.Select_songs_SelectedIndexChanged (cyclomatic 51) · ×1
  • TLSE_concertedit.Select_songs_SelectedIndexChanged (cyclomatic 51) Tomodachi Life Save Editor/TLSE_concertedit.vb:131 — TLSE_concertedit.Select_songs_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_concertedit.Text_save_editsongs_Click (cyclomatic 33) · ×1
  • TLSE_concertedit.Text_save_editsongs_Click (cyclomatic 33) Tomodachi Life Save Editor/TLSE_concertedit.vb:439 — TLSE_concertedit.Text_save_editsongs_Click has cyclomatic complexity 33 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Writefriendlist4 (cyclomatic 32) · ×1
  • TLSE_Jrelationships.Writefriendlist4 (cyclomatic 32) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:165387 — TLSE_Jrelationships.Writefriendlist4 has cyclomatic complexity 32 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Writefriendlist4 (cyclomatic 32) · ×1
  • TLSE_relationships.Writefriendlist4 (cyclomatic 32) Tomodachi Life Save Editor/TLSE_relationships.vb:277010 — TLSE_relationships.Writefriendlist4 has cyclomatic complexity 32 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_itemsedit.Text_menu_save_Click (cyclomatic 31) · ×1
  • TLSE_itemsedit.Text_menu_save_Click (cyclomatic 31) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3504 — TLSE_itemsedit.Text_menu_save_Click has cyclomatic complexity 31 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_1_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_1_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2657 — TLSE_miiinventory.valu_itemmii_1_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_2_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_2_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2719 — TLSE_miiinventory.valu_itemmii_2_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_3_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_3_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2781 — TLSE_miiinventory.valu_itemmii_3_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_4_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_4_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2843 — TLSE_miiinventory.valu_itemmii_4_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_5_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_5_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2905 — TLSE_miiinventory.valu_itemmii_5_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_6_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_6_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2967 — TLSE_miiinventory.valu_itemmii_6_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_7_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_7_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3029 — TLSE_miiinventory.valu_itemmii_7_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miiinventory.valu_itemmii_8_ValueChanged (cyclomatic 30) · ×1
  • TLSE_miiinventory.valu_itemmii_8_ValueChanged (cyclomatic 30) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3091 — TLSE_miiinventory.valu_itemmii_8_ValueChanged has cyclomatic complexity 30 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Writefriendlist2 (cyclomatic 29) · ×1
  • TLSE_Jrelationships.Writefriendlist2 (cyclomatic 29) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:135257 — TLSE_Jrelationships.Writefriendlist2 has cyclomatic complexity 29 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Writefriendlist3 (cyclomatic 29) · ×1
  • TLSE_Jrelationships.Writefriendlist3 (cyclomatic 29) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:150322 — TLSE_Jrelationships.Writefriendlist3 has cyclomatic complexity 29 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Writefriendlist2 (cyclomatic 29) · ×1
  • TLSE_relationships.Writefriendlist2 (cyclomatic 29) Tomodachi Life Save Editor/TLSE_relationships.vb:246880 — TLSE_relationships.Writefriendlist2 has cyclomatic complexity 29 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Writefriendlist3 (cyclomatic 29) · ×1
  • TLSE_relationships.Writefriendlist3 (cyclomatic 29) Tomodachi Life Save Editor/TLSE_relationships.vb:261945 — TLSE_relationships.Writefriendlist3 has cyclomatic complexity 29 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_Jrelationships.Writefriendlist (cyclomatic 28) · ×1
  • TLSE_Jrelationships.Writefriendlist (cyclomatic 28) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:120794 — TLSE_Jrelationships.Writefriendlist has cyclomatic complexity 28 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_relationships.Writefriendlist (cyclomatic 28) · ×1
  • TLSE_relationships.Writefriendlist (cyclomatic 28) Tomodachi Life Save Editor/TLSE_relationships.vb:232417 — TLSE_relationships.Writefriendlist has cyclomatic complexity 28 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_extras.Check_timetravel_CheckedChanged (cyclomatic 23) · ×1
  • TLSE_extras.Check_timetravel_CheckedChanged (cyclomatic 23) Tomodachi Life Save Editor/TLSE_extras.vb:123 — TLSE_extras.Check_timetravel_CheckedChanged has cyclomatic complexity 23 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_miistatus.Writemiistatus (cyclomatic 17) · ×1
  • TLSE_miistatus.Writemiistatus (cyclomatic 17) Tomodachi Life Save Editor/TLSE_miistatus.vb:4585 — TLSE_miistatus.Writemiistatus has cyclomatic complexity 17 (threshold 15).
D1 · Cyclomatic Complexity · TLSE_extras.Check_resetnewsflash_CheckedChanged (cyclomatic 16) · ×1
  • TLSE_extras.Check_resetnewsflash_CheckedChanged (cyclomatic 16) Tomodachi Life Save Editor/TLSE_extras.vb:1481 — TLSE_extras.Check_resetnewsflash_CheckedChanged has cyclomatic complexity 16 (threshold 15).
D18 · Solution Shape · Monorepo · ×1
  • Monorepo: only 1 of 2 solutions was scored — This repository contains 2 .NET solutions, but a scan analyzes ONE. Every score, lens, and finding here reflects only `Tomodachi Life Save Editor.sln` — the other 1 (`Version 4.0.0/Tomodachi-Life-Save-Editor.sln`) were not analyzed and are not represented in the headline. To cover them, scan each solution as its own target and group them in a Solution or Product for a portfolio roll-up. If a secondary solution is an archived or vendored tree, declare it — `.gitattributes` (`path/** linguist-vendored`) or `.editorconfig` (`[path/**] generated_code = true`) — to exclude it from discovery the same way generated code is.
D2 · Cognitive Complexity · TLSE_extras.settummyfullempt (cognitive 1604) · ×1
  • TLSE_extras.settummyfullempt (cognitive 1604) Tomodachi Life Save Editor/TLSE_extras.vb:2499 — TLSE_extras.settummyfullempt has cognitive complexity 1604 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_1_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_1_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:48919 — TLSE_relationships.valu_friend_rela_1_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_2_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_2_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:50327 — TLSE_relationships.valu_friend_rela_2_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_3_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_3_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:51735 — TLSE_relationships.valu_friend_rela_3_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_4_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_4_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:53143 — TLSE_relationships.valu_friend_rela_4_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_5_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_5_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:54551 — TLSE_relationships.valu_friend_rela_5_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_6_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_6_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:55959 — TLSE_relationships.valu_friend_rela_6_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_7_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_7_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:57367 — TLSE_relationships.valu_friend_rela_7_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_8_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_8_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:58775 — TLSE_relationships.valu_friend_rela_8_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_9_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_9_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:60183 — TLSE_relationships.valu_friend_rela_9_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_10_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_10_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:61591 — TLSE_relationships.valu_friend_rela_10_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_11_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_11_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:62999 — TLSE_relationships.valu_friend_rela_11_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_12_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_12_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:64407 — TLSE_relationships.valu_friend_rela_12_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_13_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_13_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:65815 — TLSE_relationships.valu_friend_rela_13_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_14_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_14_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:67223 — TLSE_relationships.valu_friend_rela_14_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_15_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_15_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:68631 — TLSE_relationships.valu_friend_rela_15_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_16_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_16_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:70039 — TLSE_relationships.valu_friend_rela_16_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_17_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_17_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:71447 — TLSE_relationships.valu_friend_rela_17_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_18_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_18_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:72855 — TLSE_relationships.valu_friend_rela_18_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_19_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_19_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:74263 — TLSE_relationships.valu_friend_rela_19_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_20_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_20_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:75671 — TLSE_relationships.valu_friend_rela_20_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_21_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_21_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:77079 — TLSE_relationships.valu_friend_rela_21_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_22_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_22_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:78487 — TLSE_relationships.valu_friend_rela_22_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_23_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_23_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:79895 — TLSE_relationships.valu_friend_rela_23_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_24_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_24_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:81303 — TLSE_relationships.valu_friend_rela_24_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_25_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_25_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:82711 — TLSE_relationships.valu_friend_rela_25_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_26_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_26_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:84119 — TLSE_relationships.valu_friend_rela_26_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_27_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_27_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:85527 — TLSE_relationships.valu_friend_rela_27_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_28_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_28_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:86935 — TLSE_relationships.valu_friend_rela_28_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_29_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_29_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:88343 — TLSE_relationships.valu_friend_rela_29_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_30_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_30_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:89751 — TLSE_relationships.valu_friend_rela_30_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_31_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_31_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:91159 — TLSE_relationships.valu_friend_rela_31_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_32_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_32_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:92567 — TLSE_relationships.valu_friend_rela_32_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_33_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_33_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:93975 — TLSE_relationships.valu_friend_rela_33_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_34_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_34_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:95383 — TLSE_relationships.valu_friend_rela_34_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_35_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_35_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:96791 — TLSE_relationships.valu_friend_rela_35_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_36_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_36_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:98199 — TLSE_relationships.valu_friend_rela_36_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_37_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_37_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:99607 — TLSE_relationships.valu_friend_rela_37_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_38_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_38_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:101015 — TLSE_relationships.valu_friend_rela_38_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_39_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_39_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:102423 — TLSE_relationships.valu_friend_rela_39_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_40_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_40_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:103831 — TLSE_relationships.valu_friend_rela_40_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_41_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_41_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:105239 — TLSE_relationships.valu_friend_rela_41_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_42_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_42_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:106647 — TLSE_relationships.valu_friend_rela_42_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_43_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_43_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:108055 — TLSE_relationships.valu_friend_rela_43_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_44_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_44_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:109463 — TLSE_relationships.valu_friend_rela_44_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_45_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_45_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:110871 — TLSE_relationships.valu_friend_rela_45_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_46_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_46_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:112279 — TLSE_relationships.valu_friend_rela_46_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_47_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_47_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:113687 — TLSE_relationships.valu_friend_rela_47_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_48_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_48_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:115095 — TLSE_relationships.valu_friend_rela_48_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_49_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_49_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:116503 — TLSE_relationships.valu_friend_rela_49_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_50_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_50_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:117911 — TLSE_relationships.valu_friend_rela_50_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_51_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_51_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:119319 — TLSE_relationships.valu_friend_rela_51_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_52_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_52_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:120727 — TLSE_relationships.valu_friend_rela_52_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_53_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_53_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:122135 — TLSE_relationships.valu_friend_rela_53_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_54_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_54_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:123543 — TLSE_relationships.valu_friend_rela_54_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_55_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_55_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:124951 — TLSE_relationships.valu_friend_rela_55_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_56_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_56_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:126359 — TLSE_relationships.valu_friend_rela_56_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_57_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_57_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:127767 — TLSE_relationships.valu_friend_rela_57_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_58_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_58_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:129175 — TLSE_relationships.valu_friend_rela_58_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_59_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_59_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:130583 — TLSE_relationships.valu_friend_rela_59_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_60_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_60_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:131991 — TLSE_relationships.valu_friend_rela_60_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_61_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_61_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:133399 — TLSE_relationships.valu_friend_rela_61_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_62_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_62_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:134807 — TLSE_relationships.valu_friend_rela_62_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_63_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_63_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:136215 — TLSE_relationships.valu_friend_rela_63_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_64_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_64_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:137623 — TLSE_relationships.valu_friend_rela_64_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_65_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_65_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:139031 — TLSE_relationships.valu_friend_rela_65_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_66_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_66_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:140439 — TLSE_relationships.valu_friend_rela_66_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_67_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_67_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:141847 — TLSE_relationships.valu_friend_rela_67_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_68_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_68_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:143255 — TLSE_relationships.valu_friend_rela_68_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_69_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_69_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:144663 — TLSE_relationships.valu_friend_rela_69_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_70_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_70_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:146071 — TLSE_relationships.valu_friend_rela_70_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_71_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_71_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:147479 — TLSE_relationships.valu_friend_rela_71_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_72_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_72_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:148887 — TLSE_relationships.valu_friend_rela_72_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_73_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_73_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:150295 — TLSE_relationships.valu_friend_rela_73_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_74_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_74_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:151703 — TLSE_relationships.valu_friend_rela_74_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_75_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_75_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:153111 — TLSE_relationships.valu_friend_rela_75_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_76_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_76_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:154519 — TLSE_relationships.valu_friend_rela_76_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_77_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_77_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:155927 — TLSE_relationships.valu_friend_rela_77_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_78_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_78_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:157335 — TLSE_relationships.valu_friend_rela_78_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_79_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_79_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:158743 — TLSE_relationships.valu_friend_rela_79_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_80_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_80_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:160151 — TLSE_relationships.valu_friend_rela_80_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_81_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_81_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:161559 — TLSE_relationships.valu_friend_rela_81_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_82_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_82_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:162967 — TLSE_relationships.valu_friend_rela_82_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_83_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_83_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:164375 — TLSE_relationships.valu_friend_rela_83_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_84_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_84_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:165783 — TLSE_relationships.valu_friend_rela_84_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_85_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_85_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:167191 — TLSE_relationships.valu_friend_rela_85_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_86_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_86_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:168599 — TLSE_relationships.valu_friend_rela_86_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_87_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_87_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:170007 — TLSE_relationships.valu_friend_rela_87_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_88_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_88_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:171415 — TLSE_relationships.valu_friend_rela_88_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_89_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_89_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:172823 — TLSE_relationships.valu_friend_rela_89_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_90_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_90_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:174231 — TLSE_relationships.valu_friend_rela_90_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_91_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_91_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:175639 — TLSE_relationships.valu_friend_rela_91_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_92_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_92_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:177047 — TLSE_relationships.valu_friend_rela_92_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_93_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_93_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:178455 — TLSE_relationships.valu_friend_rela_93_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_94_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_94_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:179863 — TLSE_relationships.valu_friend_rela_94_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_95_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_95_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:181271 — TLSE_relationships.valu_friend_rela_95_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_96_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_96_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:182679 — TLSE_relationships.valu_friend_rela_96_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_97_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_97_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:184087 — TLSE_relationships.valu_friend_rela_97_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_98_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_98_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:185495 — TLSE_relationships.valu_friend_rela_98_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_99_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_99_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:186903 — TLSE_relationships.valu_friend_rela_99_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_friend_rela_100_ValueChanged (cognitive 1475) · ×1
  • TLSE_relationships.valu_friend_rela_100_ValueChanged (cognitive 1475) Tomodachi Life Save Editor/TLSE_relationships.vb:188311 — TLSE_relationships.valu_friend_rela_100_ValueChanged has cognitive complexity 1475 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Button_setallrelation_Click (cognitive 1407) · ×1
  • TLSE_Jrelationships.Button_setallrelation_Click (cognitive 1407) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46585 — TLSE_Jrelationships.Button_setallrelation_Click has cognitive complexity 1407 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Button_setallrelation_Click (cognitive 1407) · ×1
  • TLSE_relationships.Button_setallrelation_Click (cognitive 1407) Tomodachi Life Save Editor/TLSE_relationships.vb:46588 — TLSE_relationships.Button_setallrelation_Click has cognitive complexity 1407 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writehatsitems (cognitive 987) · ×1
  • TLSE_itemsedit.Writehatsitems (cognitive 987) Tomodachi Life Save Editor/TLSE_itemsedit.vb:1325 — TLSE_itemsedit.Writehatsitems has cognitive complexity 987 (threshold 15).
D2 · Cognitive Complexity · TLSE_extras.Check_resetmiiapart_CheckedChanged (cognitive 816) · ×1
  • TLSE_extras.Check_resetmiiapart_CheckedChanged (cognitive 816) Tomodachi Life Save Editor/TLSE_extras.vb:227 — TLSE_extras.Check_resetmiiapart_CheckedChanged has cognitive complexity 816 (threshold 15).
D2 · Cognitive Complexity · TLSE_extras.Check_resetrelationship_CheckedChanged (cognitive 616) · ×1
  • TLSE_extras.Check_resetrelationship_CheckedChanged (cognitive 616) Tomodachi Life Save Editor/TLSE_extras.vb:1551 — TLSE_extras.Check_resetrelationship_CheckedChanged has cognitive complexity 616 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writessclothesitems (cognitive 594) · ×1
  • TLSE_itemsedit.Writessclothesitems (cognitive 594) Tomodachi Life Save Editor/TLSE_itemsedit.vb:524 — TLSE_itemsedit.Writessclothesitems has cognitive complexity 594 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.valu_target1_ValueChanged (cognitive 565) · ×1
  • TLSE_interactions.valu_target1_ValueChanged (cognitive 565) Tomodachi Life Save Editor/TLSE_interactions.vb:9084 — TLSE_interactions.valu_target1_ValueChanged has cognitive complexity 565 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_fav_1_ValueChanged (cognitive 470) · ×1
  • TLSE_miifoods.valu_fav_1_ValueChanged (cognitive 470) Tomodachi Life Save Editor/TLSE_miifoods.vb:6145 — TLSE_miifoods.valu_fav_1_ValueChanged has cognitive complexity 470 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_fav_2_ValueChanged (cognitive 470) · ×1
  • TLSE_miifoods.valu_fav_2_ValueChanged (cognitive 470) Tomodachi Life Save Editor/TLSE_miifoods.vb:7086 — TLSE_miifoods.valu_fav_2_ValueChanged has cognitive complexity 470 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_fav_3_ValueChanged (cognitive 470) · ×1
  • TLSE_miifoods.valu_fav_3_ValueChanged (cognitive 470) Tomodachi Life Save Editor/TLSE_miifoods.vb:8027 — TLSE_miifoods.valu_fav_3_ValueChanged has cognitive complexity 470 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_allfav_1_ValueChanged (cognitive 468) · ×1
  • TLSE_miifoods.valu_allfav_1_ValueChanged (cognitive 468) Tomodachi Life Save Editor/TLSE_miifoods.vb:4271 — TLSE_miifoods.valu_allfav_1_ValueChanged has cognitive complexity 468 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_allfav_2_ValueChanged (cognitive 468) · ×1
  • TLSE_miifoods.valu_allfav_2_ValueChanged (cognitive 468) Tomodachi Life Save Editor/TLSE_miifoods.vb:5208 — TLSE_miifoods.valu_allfav_2_ValueChanged has cognitive complexity 468 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_worst_1_ValueChanged (cognitive 468) · ×1
  • TLSE_miifoods.valu_worst_1_ValueChanged (cognitive 468) Tomodachi Life Save Editor/TLSE_miifoods.vb:8968 — TLSE_miifoods.valu_worst_1_ValueChanged has cognitive complexity 468 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.valu_worst_2_ValueChanged (cognitive 468) · ×1
  • TLSE_miifoods.valu_worst_2_ValueChanged (cognitive 468) Tomodachi Life Save Editor/TLSE_miifoods.vb:9905 — TLSE_miifoods.valu_worst_2_ValueChanged has cognitive complexity 468 (threshold 15).
D2 · Cognitive Complexity · TLSE_travelers_status.Writetravelers (cognitive 251) · ×1
  • TLSE_travelers_status.Writetravelers (cognitive 251) Tomodachi Life Save Editor/TLSE_travelers_status.vb:3427 — TLSE_travelers_status.Writetravelers has cognitive complexity 251 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_interactions.vb:10427 — TLSE_interactions.Select_target1_foodUS_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_interactions.vb:10895 — TLSE_interactions.Select_target1_foodEU_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_1_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_1_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:1935 — TLSE_miifoods.Select_fav_1_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_2_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_2_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:2403 — TLSE_miifoods.Select_fav_2_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_3_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_3_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:2871 — TLSE_miifoods.Select_fav_3_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_1US_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_1US_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:14855 — TLSE_miifoods.Select_fav_1US_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_2US_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_2US_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:15323 — TLSE_miifoods.Select_fav_2US_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_fav_3US_SelectedIndexChanged (cognitive 232) · ×1
  • TLSE_miifoods.Select_fav_3US_SelectedIndexChanged (cognitive 232) Tomodachi Life Save Editor/TLSE_miifoods.vb:15791 — TLSE_miifoods.Select_fav_3US_SelectedIndexChanged has cognitive complexity 232 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_allfav_1_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_allfav_1_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:1003 — TLSE_miifoods.Select_allfav_1_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_allfav_2_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_allfav_2_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:1469 — TLSE_miifoods.Select_allfav_2_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_worst_1_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_worst_1_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:3339 — TLSE_miifoods.Select_worst_1_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_worst_2_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_worst_2_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:3805 — TLSE_miifoods.Select_worst_2_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:12991 — TLSE_miifoods.Select_allfav_1US_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:13457 — TLSE_miifoods.Select_allfav_2US_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_worst_1US_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_worst_1US_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:13923 — TLSE_miifoods.Select_worst_1US_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Select_worst_2US_SelectedIndexChanged (cognitive 231) · ×1
  • TLSE_miifoods.Select_worst_2US_SelectedIndexChanged (cognitive 231) Tomodachi Life Save Editor/TLSE_miifoods.vb:14389 — TLSE_miifoods.Select_worst_2US_SelectedIndexChanged has cognitive complexity 231 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writesshatsitems (cognitive 213) · ×1
  • TLSE_itemsedit.Writesshatsitems (cognitive 213) Tomodachi Life Save Editor/TLSE_itemsedit.vb:2827 — TLSE_itemsedit.Writesshatsitems has cognitive complexity 213 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiprofile.Savefileregion (cognitive 205) · ×1
  • TLSE_miiprofile.Savefileregion (cognitive 205) Tomodachi Life Save Editor/TLSE_miiprofile.vb:1674 — TLSE_miiprofile.Savefileregion has cognitive complexity 205 (threshold 15).
D2 · Cognitive Complexity · TLSE_crcxmodem.readmiidata (cognitive 204) · ×1
  • TLSE_crcxmodem.readmiidata (cognitive 204) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:163 — TLSE_crcxmodem.readmiidata has cognitive complexity 204 (threshold 15).
D2 · Cognitive Complexity · TLSE_miifoods.Savefileregion (cognitive 204) · ×1
  • TLSE_miifoods.Savefileregion (cognitive 204) Tomodachi Life Save Editor/TLSE_miifoods.vb:10909 — TLSE_miifoods.Savefileregion has cognitive complexity 204 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.Savefileregion (cognitive 204) · ×1
  • TLSE_miiinventory.Savefileregion (cognitive 204) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3153 — TLSE_miiinventory.Savefileregion has cognitive complexity 204 (threshold 15).
D2 · Cognitive Complexity · TLSE_miistatus.Savefileregion (cognitive 204) · ×1
  • TLSE_miistatus.Savefileregion (cognitive 204) Tomodachi Life Save Editor/TLSE_miistatus.vb:1716 — TLSE_miistatus.Savefileregion has cognitive complexity 204 (threshold 15).
D2 · Cognitive Complexity · TLSE_voicepersonnality.Savefileregion (cognitive 204) · ×1
  • TLSE_voicepersonnality.Savefileregion (cognitive 204) Tomodachi Life Save Editor/TLSE_voicepersonnality.vb:1343 — TLSE_voicepersonnality.Savefileregion has cognitive complexity 204 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_travelers.Readmiidata (cognitive 203) · ×1
  • TLSE_manag_travelers.Readmiidata (cognitive 203) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:413 — TLSE_manag_travelers.Readmiidata has cognitive complexity 203 (threshold 15).
D2 · Cognitive Complexity · TLSE_datamiiexchange.Readislandranking (cognitive 201) · ×1
  • TLSE_datamiiexchange.Readislandranking (cognitive 201) Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:982 — TLSE_datamiiexchange.Readislandranking has cognitive complexity 201 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_travelers.RestoreTraveler (cognitive 201) · ×1
  • TLSE_manag_travelers.RestoreTraveler (cognitive 201) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:1042 — TLSE_manag_travelers.RestoreTraveler has cognitive complexity 201 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_1_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_1_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:48916 — TLSE_Jrelationships.valu_friend_rela_1_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_2_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_2_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49208 — TLSE_Jrelationships.valu_friend_rela_2_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_3_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_3_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49500 — TLSE_Jrelationships.valu_friend_rela_3_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_4_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_4_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:49792 — TLSE_Jrelationships.valu_friend_rela_4_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_5_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_5_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50084 — TLSE_Jrelationships.valu_friend_rela_5_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_6_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_6_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50376 — TLSE_Jrelationships.valu_friend_rela_6_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_7_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_7_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50668 — TLSE_Jrelationships.valu_friend_rela_7_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_8_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_8_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:50960 — TLSE_Jrelationships.valu_friend_rela_8_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_9_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_9_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51252 — TLSE_Jrelationships.valu_friend_rela_9_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_10_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_10_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51544 — TLSE_Jrelationships.valu_friend_rela_10_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_11_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_11_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:51836 — TLSE_Jrelationships.valu_friend_rela_11_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_12_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_12_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52128 — TLSE_Jrelationships.valu_friend_rela_12_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_13_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_13_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52420 — TLSE_Jrelationships.valu_friend_rela_13_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_14_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_14_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:52712 — TLSE_Jrelationships.valu_friend_rela_14_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_15_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_15_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53004 — TLSE_Jrelationships.valu_friend_rela_15_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_16_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_16_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53296 — TLSE_Jrelationships.valu_friend_rela_16_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_17_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_17_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53588 — TLSE_Jrelationships.valu_friend_rela_17_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_18_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_18_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:53880 — TLSE_Jrelationships.valu_friend_rela_18_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_19_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_19_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54172 — TLSE_Jrelationships.valu_friend_rela_19_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_20_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_20_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54464 — TLSE_Jrelationships.valu_friend_rela_20_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_21_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_21_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:54756 — TLSE_Jrelationships.valu_friend_rela_21_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_22_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_22_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55048 — TLSE_Jrelationships.valu_friend_rela_22_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_23_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_23_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55340 — TLSE_Jrelationships.valu_friend_rela_23_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_24_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_24_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55632 — TLSE_Jrelationships.valu_friend_rela_24_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_25_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_25_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:55924 — TLSE_Jrelationships.valu_friend_rela_25_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_26_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_26_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56216 — TLSE_Jrelationships.valu_friend_rela_26_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_27_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_27_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56508 — TLSE_Jrelationships.valu_friend_rela_27_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_28_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_28_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:56800 — TLSE_Jrelationships.valu_friend_rela_28_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_29_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_29_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57092 — TLSE_Jrelationships.valu_friend_rela_29_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_30_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_30_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57384 — TLSE_Jrelationships.valu_friend_rela_30_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_31_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_31_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57676 — TLSE_Jrelationships.valu_friend_rela_31_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_32_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_32_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:57968 — TLSE_Jrelationships.valu_friend_rela_32_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_33_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_33_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58260 — TLSE_Jrelationships.valu_friend_rela_33_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_34_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_34_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58552 — TLSE_Jrelationships.valu_friend_rela_34_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_35_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_35_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:58844 — TLSE_Jrelationships.valu_friend_rela_35_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_36_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_36_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59136 — TLSE_Jrelationships.valu_friend_rela_36_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_37_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_37_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59428 — TLSE_Jrelationships.valu_friend_rela_37_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_38_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_38_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:59720 — TLSE_Jrelationships.valu_friend_rela_38_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_39_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_39_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60012 — TLSE_Jrelationships.valu_friend_rela_39_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_40_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_40_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60304 — TLSE_Jrelationships.valu_friend_rela_40_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_41_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_41_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60596 — TLSE_Jrelationships.valu_friend_rela_41_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_42_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_42_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:60888 — TLSE_Jrelationships.valu_friend_rela_42_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_43_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_43_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61180 — TLSE_Jrelationships.valu_friend_rela_43_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_44_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_44_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61472 — TLSE_Jrelationships.valu_friend_rela_44_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_45_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_45_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:61764 — TLSE_Jrelationships.valu_friend_rela_45_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_46_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_46_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62056 — TLSE_Jrelationships.valu_friend_rela_46_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_47_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_47_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62348 — TLSE_Jrelationships.valu_friend_rela_47_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_48_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_48_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62640 — TLSE_Jrelationships.valu_friend_rela_48_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_49_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_49_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:62932 — TLSE_Jrelationships.valu_friend_rela_49_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_50_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_50_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63224 — TLSE_Jrelationships.valu_friend_rela_50_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_51_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_51_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63516 — TLSE_Jrelationships.valu_friend_rela_51_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_52_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_52_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:63808 — TLSE_Jrelationships.valu_friend_rela_52_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_53_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_53_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64100 — TLSE_Jrelationships.valu_friend_rela_53_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_54_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_54_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64392 — TLSE_Jrelationships.valu_friend_rela_54_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_55_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_55_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64684 — TLSE_Jrelationships.valu_friend_rela_55_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_56_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_56_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:64976 — TLSE_Jrelationships.valu_friend_rela_56_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_57_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_57_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65268 — TLSE_Jrelationships.valu_friend_rela_57_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_58_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_58_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65560 — TLSE_Jrelationships.valu_friend_rela_58_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_59_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_59_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:65852 — TLSE_Jrelationships.valu_friend_rela_59_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_60_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_60_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66144 — TLSE_Jrelationships.valu_friend_rela_60_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_61_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_61_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66436 — TLSE_Jrelationships.valu_friend_rela_61_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_62_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_62_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:66728 — TLSE_Jrelationships.valu_friend_rela_62_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_63_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_63_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67020 — TLSE_Jrelationships.valu_friend_rela_63_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_64_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_64_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67312 — TLSE_Jrelationships.valu_friend_rela_64_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_65_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_65_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67604 — TLSE_Jrelationships.valu_friend_rela_65_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_66_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_66_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:67896 — TLSE_Jrelationships.valu_friend_rela_66_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_67_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_67_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68188 — TLSE_Jrelationships.valu_friend_rela_67_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_68_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_68_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68480 — TLSE_Jrelationships.valu_friend_rela_68_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_69_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_69_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:68772 — TLSE_Jrelationships.valu_friend_rela_69_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_70_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_70_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69064 — TLSE_Jrelationships.valu_friend_rela_70_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_71_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_71_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69356 — TLSE_Jrelationships.valu_friend_rela_71_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_72_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_72_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69648 — TLSE_Jrelationships.valu_friend_rela_72_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_73_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_73_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:69940 — TLSE_Jrelationships.valu_friend_rela_73_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_74_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_74_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70232 — TLSE_Jrelationships.valu_friend_rela_74_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_75_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_75_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70524 — TLSE_Jrelationships.valu_friend_rela_75_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_76_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_76_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:70816 — TLSE_Jrelationships.valu_friend_rela_76_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_77_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_77_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71108 — TLSE_Jrelationships.valu_friend_rela_77_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_78_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_78_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71400 — TLSE_Jrelationships.valu_friend_rela_78_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_79_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_79_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71692 — TLSE_Jrelationships.valu_friend_rela_79_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_80_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_80_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:71984 — TLSE_Jrelationships.valu_friend_rela_80_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_81_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_81_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72276 — TLSE_Jrelationships.valu_friend_rela_81_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_82_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_82_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72568 — TLSE_Jrelationships.valu_friend_rela_82_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_83_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_83_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:72860 — TLSE_Jrelationships.valu_friend_rela_83_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_84_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_84_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73152 — TLSE_Jrelationships.valu_friend_rela_84_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_85_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_85_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73444 — TLSE_Jrelationships.valu_friend_rela_85_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_86_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_86_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:73736 — TLSE_Jrelationships.valu_friend_rela_86_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_87_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_87_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74028 — TLSE_Jrelationships.valu_friend_rela_87_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_88_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_88_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74320 — TLSE_Jrelationships.valu_friend_rela_88_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_89_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_89_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74612 — TLSE_Jrelationships.valu_friend_rela_89_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_90_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_90_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:74904 — TLSE_Jrelationships.valu_friend_rela_90_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_91_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_91_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75196 — TLSE_Jrelationships.valu_friend_rela_91_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_92_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_92_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75488 — TLSE_Jrelationships.valu_friend_rela_92_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_93_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_93_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:75780 — TLSE_Jrelationships.valu_friend_rela_93_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_94_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_94_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76072 — TLSE_Jrelationships.valu_friend_rela_94_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_95_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_95_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76364 — TLSE_Jrelationships.valu_friend_rela_95_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_96_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_96_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76656 — TLSE_Jrelationships.valu_friend_rela_96_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_97_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_97_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:76948 — TLSE_Jrelationships.valu_friend_rela_97_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_98_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_98_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77240 — TLSE_Jrelationships.valu_friend_rela_98_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_99_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_99_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77532 — TLSE_Jrelationships.valu_friend_rela_99_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_friend_rela_100_ValueChanged (cognitive 183) · ×1
  • TLSE_Jrelationships.valu_friend_rela_100_ValueChanged (cognitive 183) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:77824 — TLSE_Jrelationships.valu_friend_rela_100_ValueChanged has cognitive complexity 183 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.InteractionlistEUR (cognitive 146) · ×1
  • TLSE_interactions.InteractionlistEUR (cognitive 146) Tomodachi Life Save Editor/TLSE_interactions.vb:4977 — TLSE_interactions.InteractionlistEUR has cognitive complexity 146 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Select_interaction_SelectedIndexChanged (cognitive 145) · ×1
  • TLSE_interactions.Select_interaction_SelectedIndexChanged (cognitive 145) Tomodachi Life Save Editor/TLSE_interactions.vb:6153 — TLSE_interactions.Select_interaction_SelectedIndexChanged has cognitive complexity 145 (threshold 15).
D2 · Cognitive Complexity · TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:151 — TLSE_creaislandranking.Select_spesymb_islandname_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_islandinfo.vb:175 — TLSE_islandinfo.Select_spesymb_islandname_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_miiprofile.vb:165 — TLSE_miiprofile.Select_spesymb_firstname_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_miiprofile.vb:443 — TLSE_miiprofile.Select_spesymb_lastname_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_miiprofile.vb:721 — TLSE_miiprofile.Select_spesymb_nickname_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged (cognitive 114) · ×1
  • TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged (cognitive 114) Tomodachi Life Save Editor/TLSE_miiprofile.vb:992 — TLSE_miiprofile.Select_spesymb_creator_SelectedIndexChanged has cognitive complexity 114 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23169 — TLSE_Jrelationships.valu_selfriend_rela_1_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23400 — TLSE_Jrelationships.valu_selfriend_rela_2_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23631 — TLSE_Jrelationships.valu_selfriend_rela_3_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:23862 — TLSE_Jrelationships.valu_selfriend_rela_4_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24093 — TLSE_Jrelationships.valu_selfriend_rela_5_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24324 — TLSE_Jrelationships.valu_selfriend_rela_6_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24555 — TLSE_Jrelationships.valu_selfriend_rela_7_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:24786 — TLSE_Jrelationships.valu_selfriend_rela_8_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25017 — TLSE_Jrelationships.valu_selfriend_rela_9_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25248 — TLSE_Jrelationships.valu_selfriend_rela_10_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25479 — TLSE_Jrelationships.valu_selfriend_rela_11_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25711 — TLSE_Jrelationships.valu_selfriend_rela_12_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:25942 — TLSE_Jrelationships.valu_selfriend_rela_13_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26173 — TLSE_Jrelationships.valu_selfriend_rela_14_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26404 — TLSE_Jrelationships.valu_selfriend_rela_15_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26635 — TLSE_Jrelationships.valu_selfriend_rela_16_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:26866 — TLSE_Jrelationships.valu_selfriend_rela_17_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27097 — TLSE_Jrelationships.valu_selfriend_rela_18_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27328 — TLSE_Jrelationships.valu_selfriend_rela_19_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27559 — TLSE_Jrelationships.valu_selfriend_rela_20_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:27790 — TLSE_Jrelationships.valu_selfriend_rela_21_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28021 — TLSE_Jrelationships.valu_selfriend_rela_22_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28252 — TLSE_Jrelationships.valu_selfriend_rela_23_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28483 — TLSE_Jrelationships.valu_selfriend_rela_24_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28714 — TLSE_Jrelationships.valu_selfriend_rela_25_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:28945 — TLSE_Jrelationships.valu_selfriend_rela_26_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29176 — TLSE_Jrelationships.valu_selfriend_rela_27_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29407 — TLSE_Jrelationships.valu_selfriend_rela_28_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29638 — TLSE_Jrelationships.valu_selfriend_rela_29_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:29869 — TLSE_Jrelationships.valu_selfriend_rela_30_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30100 — TLSE_Jrelationships.valu_selfriend_rela_31_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30331 — TLSE_Jrelationships.valu_selfriend_rela_32_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30562 — TLSE_Jrelationships.valu_selfriend_rela_33_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:30793 — TLSE_Jrelationships.valu_selfriend_rela_34_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31024 — TLSE_Jrelationships.valu_selfriend_rela_35_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31255 — TLSE_Jrelationships.valu_selfriend_rela_36_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31486 — TLSE_Jrelationships.valu_selfriend_rela_37_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31717 — TLSE_Jrelationships.valu_selfriend_rela_38_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:31948 — TLSE_Jrelationships.valu_selfriend_rela_39_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32179 — TLSE_Jrelationships.valu_selfriend_rela_40_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32410 — TLSE_Jrelationships.valu_selfriend_rela_41_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32641 — TLSE_Jrelationships.valu_selfriend_rela_42_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:32872 — TLSE_Jrelationships.valu_selfriend_rela_43_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33103 — TLSE_Jrelationships.valu_selfriend_rela_44_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33334 — TLSE_Jrelationships.valu_selfriend_rela_45_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33565 — TLSE_Jrelationships.valu_selfriend_rela_46_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:33796 — TLSE_Jrelationships.valu_selfriend_rela_47_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34027 — TLSE_Jrelationships.valu_selfriend_rela_48_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34258 — TLSE_Jrelationships.valu_selfriend_rela_49_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34489 — TLSE_Jrelationships.valu_selfriend_rela_50_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34720 — TLSE_Jrelationships.valu_selfriend_rela_51_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:34951 — TLSE_Jrelationships.valu_selfriend_rela_52_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35182 — TLSE_Jrelationships.valu_selfriend_rela_53_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35413 — TLSE_Jrelationships.valu_selfriend_rela_54_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35644 — TLSE_Jrelationships.valu_selfriend_rela_55_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:35875 — TLSE_Jrelationships.valu_selfriend_rela_56_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36106 — TLSE_Jrelationships.valu_selfriend_rela_57_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36337 — TLSE_Jrelationships.valu_selfriend_rela_58_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36568 — TLSE_Jrelationships.valu_selfriend_rela_59_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:36799 — TLSE_Jrelationships.valu_selfriend_rela_60_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37030 — TLSE_Jrelationships.valu_selfriend_rela_61_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37261 — TLSE_Jrelationships.valu_selfriend_rela_62_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37492 — TLSE_Jrelationships.valu_selfriend_rela_63_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37723 — TLSE_Jrelationships.valu_selfriend_rela_64_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:37954 — TLSE_Jrelationships.valu_selfriend_rela_65_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38185 — TLSE_Jrelationships.valu_selfriend_rela_66_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38416 — TLSE_Jrelationships.valu_selfriend_rela_67_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38647 — TLSE_Jrelationships.valu_selfriend_rela_68_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:38878 — TLSE_Jrelationships.valu_selfriend_rela_69_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39109 — TLSE_Jrelationships.valu_selfriend_rela_70_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39340 — TLSE_Jrelationships.valu_selfriend_rela_71_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39571 — TLSE_Jrelationships.valu_selfriend_rela_72_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:39802 — TLSE_Jrelationships.valu_selfriend_rela_73_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40033 — TLSE_Jrelationships.valu_selfriend_rela_74_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40264 — TLSE_Jrelationships.valu_selfriend_rela_75_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40495 — TLSE_Jrelationships.valu_selfriend_rela_76_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40726 — TLSE_Jrelationships.valu_selfriend_rela_77_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:40957 — TLSE_Jrelationships.valu_selfriend_rela_78_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41188 — TLSE_Jrelationships.valu_selfriend_rela_79_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41419 — TLSE_Jrelationships.valu_selfriend_rela_80_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41650 — TLSE_Jrelationships.valu_selfriend_rela_81_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:41881 — TLSE_Jrelationships.valu_selfriend_rela_82_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42112 — TLSE_Jrelationships.valu_selfriend_rela_83_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42343 — TLSE_Jrelationships.valu_selfriend_rela_84_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42574 — TLSE_Jrelationships.valu_selfriend_rela_85_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:42805 — TLSE_Jrelationships.valu_selfriend_rela_86_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43036 — TLSE_Jrelationships.valu_selfriend_rela_87_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43267 — TLSE_Jrelationships.valu_selfriend_rela_88_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43498 — TLSE_Jrelationships.valu_selfriend_rela_89_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43729 — TLSE_Jrelationships.valu_selfriend_rela_90_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:43960 — TLSE_Jrelationships.valu_selfriend_rela_91_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44191 — TLSE_Jrelationships.valu_selfriend_rela_92_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44422 — TLSE_Jrelationships.valu_selfriend_rela_93_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44653 — TLSE_Jrelationships.valu_selfriend_rela_94_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:44884 — TLSE_Jrelationships.valu_selfriend_rela_95_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45115 — TLSE_Jrelationships.valu_selfriend_rela_96_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45346 — TLSE_Jrelationships.valu_selfriend_rela_97_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45577 — TLSE_Jrelationships.valu_selfriend_rela_98_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:45808 — TLSE_Jrelationships.valu_selfriend_rela_99_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged (cognitive 113) · ×1
  • TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46039 — TLSE_Jrelationships.valu_selfriend_rela_100_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_1_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_1_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23171 — TLSE_relationships.valu_selfriend_rela_1_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_2_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_2_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23402 — TLSE_relationships.valu_selfriend_rela_2_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_3_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_3_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23633 — TLSE_relationships.valu_selfriend_rela_3_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_4_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_4_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:23864 — TLSE_relationships.valu_selfriend_rela_4_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_5_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_5_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24095 — TLSE_relationships.valu_selfriend_rela_5_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_6_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_6_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24326 — TLSE_relationships.valu_selfriend_rela_6_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_7_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_7_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24557 — TLSE_relationships.valu_selfriend_rela_7_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_8_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_8_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:24788 — TLSE_relationships.valu_selfriend_rela_8_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_9_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_9_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25019 — TLSE_relationships.valu_selfriend_rela_9_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_10_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_10_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25250 — TLSE_relationships.valu_selfriend_rela_10_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_11_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_11_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25481 — TLSE_relationships.valu_selfriend_rela_11_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_12_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_12_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25713 — TLSE_relationships.valu_selfriend_rela_12_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_13_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_13_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:25944 — TLSE_relationships.valu_selfriend_rela_13_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_14_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_14_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26175 — TLSE_relationships.valu_selfriend_rela_14_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_15_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_15_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26406 — TLSE_relationships.valu_selfriend_rela_15_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_16_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_16_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26637 — TLSE_relationships.valu_selfriend_rela_16_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_17_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_17_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:26868 — TLSE_relationships.valu_selfriend_rela_17_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_18_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_18_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27099 — TLSE_relationships.valu_selfriend_rela_18_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_19_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_19_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27330 — TLSE_relationships.valu_selfriend_rela_19_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_20_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_20_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27561 — TLSE_relationships.valu_selfriend_rela_20_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_21_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_21_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:27792 — TLSE_relationships.valu_selfriend_rela_21_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_22_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_22_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28023 — TLSE_relationships.valu_selfriend_rela_22_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_23_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_23_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28254 — TLSE_relationships.valu_selfriend_rela_23_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_24_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_24_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28485 — TLSE_relationships.valu_selfriend_rela_24_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_25_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_25_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28716 — TLSE_relationships.valu_selfriend_rela_25_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_26_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_26_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:28947 — TLSE_relationships.valu_selfriend_rela_26_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_27_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_27_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29178 — TLSE_relationships.valu_selfriend_rela_27_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_28_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_28_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29409 — TLSE_relationships.valu_selfriend_rela_28_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_29_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_29_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29640 — TLSE_relationships.valu_selfriend_rela_29_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_30_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_30_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:29871 — TLSE_relationships.valu_selfriend_rela_30_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_31_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_31_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30102 — TLSE_relationships.valu_selfriend_rela_31_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_32_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_32_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30333 — TLSE_relationships.valu_selfriend_rela_32_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_33_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_33_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30564 — TLSE_relationships.valu_selfriend_rela_33_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_34_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_34_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:30795 — TLSE_relationships.valu_selfriend_rela_34_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_35_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_35_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31026 — TLSE_relationships.valu_selfriend_rela_35_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_36_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_36_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31257 — TLSE_relationships.valu_selfriend_rela_36_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_37_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_37_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31488 — TLSE_relationships.valu_selfriend_rela_37_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_38_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_38_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31719 — TLSE_relationships.valu_selfriend_rela_38_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_39_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_39_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:31950 — TLSE_relationships.valu_selfriend_rela_39_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_40_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_40_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32181 — TLSE_relationships.valu_selfriend_rela_40_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_41_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_41_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32412 — TLSE_relationships.valu_selfriend_rela_41_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_42_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_42_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32643 — TLSE_relationships.valu_selfriend_rela_42_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_43_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_43_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:32874 — TLSE_relationships.valu_selfriend_rela_43_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_44_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_44_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33105 — TLSE_relationships.valu_selfriend_rela_44_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_45_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_45_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33336 — TLSE_relationships.valu_selfriend_rela_45_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_46_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_46_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33567 — TLSE_relationships.valu_selfriend_rela_46_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_47_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_47_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:33798 — TLSE_relationships.valu_selfriend_rela_47_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_48_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_48_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34029 — TLSE_relationships.valu_selfriend_rela_48_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_49_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_49_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34260 — TLSE_relationships.valu_selfriend_rela_49_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_50_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_50_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34491 — TLSE_relationships.valu_selfriend_rela_50_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_51_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_51_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34722 — TLSE_relationships.valu_selfriend_rela_51_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_52_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_52_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:34953 — TLSE_relationships.valu_selfriend_rela_52_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_53_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_53_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35184 — TLSE_relationships.valu_selfriend_rela_53_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_54_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_54_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35415 — TLSE_relationships.valu_selfriend_rela_54_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_55_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_55_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35646 — TLSE_relationships.valu_selfriend_rela_55_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_56_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_56_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:35877 — TLSE_relationships.valu_selfriend_rela_56_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_57_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_57_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36108 — TLSE_relationships.valu_selfriend_rela_57_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_58_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_58_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36339 — TLSE_relationships.valu_selfriend_rela_58_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_59_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_59_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36570 — TLSE_relationships.valu_selfriend_rela_59_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_60_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_60_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:36801 — TLSE_relationships.valu_selfriend_rela_60_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_61_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_61_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37032 — TLSE_relationships.valu_selfriend_rela_61_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_62_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_62_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37263 — TLSE_relationships.valu_selfriend_rela_62_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_63_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_63_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37494 — TLSE_relationships.valu_selfriend_rela_63_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_64_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_64_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37725 — TLSE_relationships.valu_selfriend_rela_64_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_65_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_65_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:37956 — TLSE_relationships.valu_selfriend_rela_65_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_66_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_66_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38187 — TLSE_relationships.valu_selfriend_rela_66_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_67_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_67_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38418 — TLSE_relationships.valu_selfriend_rela_67_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_68_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_68_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38649 — TLSE_relationships.valu_selfriend_rela_68_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_69_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_69_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:38880 — TLSE_relationships.valu_selfriend_rela_69_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_70_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_70_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39111 — TLSE_relationships.valu_selfriend_rela_70_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_71_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_71_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39342 — TLSE_relationships.valu_selfriend_rela_71_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_72_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_72_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39573 — TLSE_relationships.valu_selfriend_rela_72_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_73_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_73_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:39804 — TLSE_relationships.valu_selfriend_rela_73_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_74_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_74_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40035 — TLSE_relationships.valu_selfriend_rela_74_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_75_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_75_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40266 — TLSE_relationships.valu_selfriend_rela_75_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_76_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_76_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40497 — TLSE_relationships.valu_selfriend_rela_76_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_77_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_77_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40728 — TLSE_relationships.valu_selfriend_rela_77_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_78_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_78_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:40959 — TLSE_relationships.valu_selfriend_rela_78_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_79_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_79_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41190 — TLSE_relationships.valu_selfriend_rela_79_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_80_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_80_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41421 — TLSE_relationships.valu_selfriend_rela_80_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_81_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_81_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41652 — TLSE_relationships.valu_selfriend_rela_81_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_82_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_82_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:41883 — TLSE_relationships.valu_selfriend_rela_82_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_83_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_83_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42114 — TLSE_relationships.valu_selfriend_rela_83_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_84_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_84_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42345 — TLSE_relationships.valu_selfriend_rela_84_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_85_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_85_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42576 — TLSE_relationships.valu_selfriend_rela_85_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_86_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_86_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:42807 — TLSE_relationships.valu_selfriend_rela_86_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_87_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_87_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43038 — TLSE_relationships.valu_selfriend_rela_87_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_88_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_88_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43269 — TLSE_relationships.valu_selfriend_rela_88_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_89_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_89_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43500 — TLSE_relationships.valu_selfriend_rela_89_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_90_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_90_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43731 — TLSE_relationships.valu_selfriend_rela_90_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_91_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_91_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:43962 — TLSE_relationships.valu_selfriend_rela_91_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_92_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_92_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44193 — TLSE_relationships.valu_selfriend_rela_92_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_93_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_93_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44424 — TLSE_relationships.valu_selfriend_rela_93_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_94_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_94_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44655 — TLSE_relationships.valu_selfriend_rela_94_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_95_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_95_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:44886 — TLSE_relationships.valu_selfriend_rela_95_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_96_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_96_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45117 — TLSE_relationships.valu_selfriend_rela_96_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_97_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_97_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45348 — TLSE_relationships.valu_selfriend_rela_97_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_98_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_98_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45579 — TLSE_relationships.valu_selfriend_rela_98_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_99_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_99_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:45810 — TLSE_relationships.valu_selfriend_rela_99_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.valu_selfriend_rela_100_ValueChanged (cognitive 113) · ×1
  • TLSE_relationships.valu_selfriend_rela_100_ValueChanged (cognitive 113) Tomodachi Life Save Editor/TLSE_relationships.vb:46041 — TLSE_relationships.valu_selfriend_rela_100_ValueChanged has cognitive complexity 113 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Readfriendlist (cognitive 105) · ×1
  • TLSE_Jrelationships.Readfriendlist (cognitive 105) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:80579 — TLSE_Jrelationships.Readfriendlist has cognitive complexity 105 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Readfriendlist (cognitive 105) · ×1
  • TLSE_relationships.Readfriendlist (cognitive 105) Tomodachi Life Save Editor/TLSE_relationships.vb:192202 — TLSE_relationships.Readfriendlist has cognitive complexity 105 (threshold 15).
D2 · Cognitive Complexity · TLSE_dataislandranking.Readislandranking (cognitive 101) · ×1
  • TLSE_dataislandranking.Readislandranking (cognitive 101) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:1782 — TLSE_dataislandranking.Readislandranking has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_dataislandranking.RestoreIslandranking (cognitive 101) · ×1
  • TLSE_dataislandranking.RestoreIslandranking (cognitive 101) Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2245 — TLSE_dataislandranking.RestoreIslandranking has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Readinteraction (cognitive 101) · ×1
  • TLSE_interactions.Readinteraction (cognitive 101) Tomodachi Life Save Editor/TLSE_interactions.vb:7453 — TLSE_interactions.Readinteraction has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Select_target1_SelectedIndexChanged (cognitive 101) · ×1
  • TLSE_interactions.Select_target1_SelectedIndexChanged (cognitive 101) Tomodachi Life Save Editor/TLSE_interactions.vb:8672 — TLSE_interactions.Select_target1_SelectedIndexChanged has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Select_target2_SelectedIndexChanged (cognitive 101) · ×1
  • TLSE_interactions.Select_target2_SelectedIndexChanged (cognitive 101) Tomodachi Life Save Editor/TLSE_interactions.vb:8878 — TLSE_interactions.Select_target2_SelectedIndexChanged has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.valu_target2_ValueChanged (cognitive 101) · ×1
  • TLSE_interactions.valu_target2_ValueChanged (cognitive 101) Tomodachi Life Save Editor/TLSE_interactions.vb:10221 — TLSE_interactions.valu_target2_ValueChanged has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_interactions.Writeinteraction (cognitive 101) · ×1
  • TLSE_interactions.Writeinteraction (cognitive 101) Tomodachi Life Save Editor/TLSE_interactions.vb:11380 — TLSE_interactions.Writeinteraction has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_mii.Readmiidata (cognitive 101) · ×1
  • TLSE_manag_mii.Readmiidata (cognitive 101) Tomodachi Life Save Editor/TLSE_manag_mii.vb:670 — TLSE_manag_mii.Readmiidata has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_mii.RestoreMii (cognitive 101) · ×1
  • TLSE_manag_mii.RestoreMii (cognitive 101) Tomodachi Life Save Editor/TLSE_manag_mii.vb:1751 — TLSE_manag_mii.RestoreMii has cognitive complexity 101 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Button_setallfriends_Click (cognitive 100) · ×1
  • TLSE_Jrelationships.Button_setallfriends_Click (cognitive 100) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:46282 — TLSE_Jrelationships.Button_setallfriends_Click has cognitive complexity 100 (threshold 15).
D2 · Cognitive Complexity · TLSE_miistatus.valu_experience_ValueChanged (cognitive 100) · ×1
  • TLSE_miistatus.valu_experience_ValueChanged (cognitive 100) Tomodachi Life Save Editor/TLSE_miistatus.vb:1339 — TLSE_miistatus.valu_experience_ValueChanged has cognitive complexity 100 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Button_setallfriends_Click (cognitive 100) · ×1
  • TLSE_relationships.Button_setallfriends_Click (cognitive 100) Tomodachi Life Save Editor/TLSE_relationships.vb:46285 — TLSE_relationships.Button_setallfriends_Click has cognitive complexity 100 (threshold 15).
D2 · Cognitive Complexity · TLSE_travelers_status.valu_happiness_ValueChanged (cognitive 100) · ×1
  • TLSE_travelers_status.valu_happiness_ValueChanged (cognitive 100) Tomodachi Life Save Editor/TLSE_travelers_status.vb:1231 — TLSE_travelers_status.valu_happiness_ValueChanged has cognitive complexity 100 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_travelers.RestoreMii (cognitive 51) · ×1
  • TLSE_manag_travelers.RestoreMii (cognitive 51) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:1603 — TLSE_manag_travelers.RestoreMii has cognitive complexity 51 (threshold 15).
D2 · Cognitive Complexity · TLSE_travelers_status.Readtravelers (cognitive 51) · ×1
  • TLSE_travelers_status.Readtravelers (cognitive 51) Tomodachi Life Save Editor/TLSE_travelers_status.vb:1718 — TLSE_travelers_status.Readtravelers has cognitive complexity 51 (threshold 15).
D2 · Cognitive Complexity · TLSE_concertedit.Select_songs_SelectedIndexChanged (cognitive 50) · ×1
  • TLSE_concertedit.Select_songs_SelectedIndexChanged (cognitive 50) Tomodachi Life Save Editor/TLSE_concertedit.vb:131 — TLSE_concertedit.Select_songs_SelectedIndexChanged has cognitive complexity 50 (threshold 15).
D2 · Cognitive Complexity · TLSE_extras.Check_timetravel_CheckedChanged (cognitive 50) · ×1
  • TLSE_extras.Check_timetravel_CheckedChanged (cognitive 50) Tomodachi Life Save Editor/TLSE_extras.vb:123 — TLSE_extras.Check_timetravel_CheckedChanged has cognitive complexity 50 (threshold 15).
D2 · Cognitive Complexity · TLSE_concertedit.Text_save_editsongs_Click (cognitive 47) · ×1
  • TLSE_concertedit.Text_save_editsongs_Click (cognitive 47) Tomodachi Life Save Editor/TLSE_concertedit.vb:439 — TLSE_concertedit.Text_save_editsongs_Click has cognitive complexity 47 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Text_menu_save_Click (cognitive 39) · ×1
  • TLSE_itemsedit.Text_menu_save_Click (cognitive 39) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3504 — TLSE_itemsedit.Text_menu_save_Click has cognitive complexity 39 (threshold 15).
D2 · Cognitive Complexity · TLSE_extras.Check_resetnewsflash_CheckedChanged (cognitive 35) · ×1
  • TLSE_extras.Check_resetnewsflash_CheckedChanged (cognitive 35) Tomodachi Life Save Editor/TLSE_extras.vb:1481 — TLSE_extras.Check_resetnewsflash_CheckedChanged has cognitive complexity 35 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Writefriendlist4 (cognitive 33) · ×1
  • TLSE_Jrelationships.Writefriendlist4 (cognitive 33) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:165387 — TLSE_Jrelationships.Writefriendlist4 has cognitive complexity 33 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Writefriendlist4 (cognitive 33) · ×1
  • TLSE_relationships.Writefriendlist4 (cognitive 33) Tomodachi Life Save Editor/TLSE_relationships.vb:277010 — TLSE_relationships.Writefriendlist4 has cognitive complexity 33 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Writefriendlist2 (cognitive 30) · ×1
  • TLSE_Jrelationships.Writefriendlist2 (cognitive 30) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:135257 — TLSE_Jrelationships.Writefriendlist2 has cognitive complexity 30 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Writefriendlist3 (cognitive 30) · ×1
  • TLSE_Jrelationships.Writefriendlist3 (cognitive 30) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:150322 — TLSE_Jrelationships.Writefriendlist3 has cognitive complexity 30 (threshold 15).
D2 · Cognitive Complexity · TLSE_miistatus.Writemiistatus (cognitive 30) · ×1
  • TLSE_miistatus.Writemiistatus (cognitive 30) Tomodachi Life Save Editor/TLSE_miistatus.vb:4585 — TLSE_miistatus.Writemiistatus has cognitive complexity 30 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Writefriendlist2 (cognitive 30) · ×1
  • TLSE_relationships.Writefriendlist2 (cognitive 30) Tomodachi Life Save Editor/TLSE_relationships.vb:246880 — TLSE_relationships.Writefriendlist2 has cognitive complexity 30 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Writefriendlist3 (cognitive 30) · ×1
  • TLSE_relationships.Writefriendlist3 (cognitive 30) Tomodachi Life Save Editor/TLSE_relationships.vb:261945 — TLSE_relationships.Writefriendlist3 has cognitive complexity 30 (threshold 15).
D2 · Cognitive Complexity · TLSE_Jrelationships.Writefriendlist (cognitive 29) · ×1
  • TLSE_Jrelationships.Writefriendlist (cognitive 29) Tomodachi Life Save Editor/TLSE_Jrelationships.vb:120794 — TLSE_Jrelationships.Writefriendlist has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_1_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_1_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2657 — TLSE_miiinventory.valu_itemmii_1_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_2_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_2_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2719 — TLSE_miiinventory.valu_itemmii_2_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_3_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_3_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2781 — TLSE_miiinventory.valu_itemmii_3_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_4_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_4_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2843 — TLSE_miiinventory.valu_itemmii_4_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_5_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_5_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2905 — TLSE_miiinventory.valu_itemmii_5_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_6_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_6_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:2967 — TLSE_miiinventory.valu_itemmii_6_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_7_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_7_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3029 — TLSE_miiinventory.valu_itemmii_7_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_miiinventory.valu_itemmii_8_ValueChanged (cognitive 29) · ×1
  • TLSE_miiinventory.valu_itemmii_8_ValueChanged (cognitive 29) Tomodachi Life Save Editor/TLSE_miiinventory.vb:3091 — TLSE_miiinventory.valu_itemmii_8_ValueChanged has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_relationships.Writefriendlist (cognitive 29) · ×1
  • TLSE_relationships.Writefriendlist (cognitive 29) Tomodachi Life Save Editor/TLSE_relationships.vb:232417 — TLSE_relationships.Writefriendlist has cognitive complexity 29 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_allmiis.Text_restore_Click (cognitive 26) · ×1
  • TLSE_manag_allmiis.Text_restore_Click (cognitive 26) Tomodachi Life Save Editor/TLSE_manag_allmiis.vb:601 — TLSE_manag_allmiis.Text_restore_Click has cognitive complexity 26 (threshold 15).
D2 · Cognitive Complexity · TLSE_extras.Check_resetstpspp_CheckedChanged (cognitive 23) · ×1
  • TLSE_extras.Check_resetstpspp_CheckedChanged (cognitive 23) Tomodachi Life Save Editor/TLSE_extras.vb:190 — TLSE_extras.Check_resetstpspp_CheckedChanged has cognitive complexity 23 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writefoodsitems (cognitive 21) · ×1
  • TLSE_itemsedit.Writefoodsitems (cognitive 21) Tomodachi Life Save Editor/TLSE_itemsedit.vb:461 — TLSE_itemsedit.Writefoodsitems has cognitive complexity 21 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writeclothesitems (cognitive 21) · ×1
  • TLSE_itemsedit.Writeclothesitems (cognitive 21) Tomodachi Life Save Editor/TLSE_itemsedit.vb:491 — TLSE_itemsedit.Writeclothesitems has cognitive complexity 21 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writetreasuresitems (cognitive 21) · ×1
  • TLSE_itemsedit.Writetreasuresitems (cognitive 21) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3170 — TLSE_itemsedit.Writetreasuresitems has cognitive complexity 21 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writespefoodsitems (cognitive 21) · ×1
  • TLSE_itemsedit.Writespefoodsitems (cognitive 21) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3203 — TLSE_itemsedit.Writespefoodsitems has cognitive complexity 21 (threshold 15).
D2 · Cognitive Complexity · TLSE_hub.Checkupdates (cognitive 18) · ×1
  • TLSE_hub.Checkupdates (cognitive 18) Tomodachi Life Save Editor/TLSE_hub.vb:892 — TLSE_hub.Checkupdates has cognitive complexity 18 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writeinteriorsitems (cognitive 18) · ×1
  • TLSE_itemsedit.Writeinteriorsitems (cognitive 18) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3116 — TLSE_itemsedit.Writeinteriorsitems has cognitive complexity 18 (threshold 15).
D2 · Cognitive Complexity · TLSE_itemsedit.Writegoodsitems (cognitive 18) · ×1
  • TLSE_itemsedit.Writegoodsitems (cognitive 18) Tomodachi Life Save Editor/TLSE_itemsedit.vb:3143 — TLSE_itemsedit.Writegoodsitems has cognitive complexity 18 (threshold 15).
D2 · Cognitive Complexity · TLSE_manag_travelers.Text_restoremii_Click (cognitive 17) · ×1
  • TLSE_manag_travelers.Text_restoremii_Click (cognitive 17) Tomodachi Life Save Editor/TLSE_manag_travelers.vb:966 — TLSE_manag_travelers.Text_restoremii_Click has cognitive complexity 17 (threshold 15).
D2 · Cognitive Complexity · TLSE_hub.Text_menu_open_Click (cognitive 16) · ×1
  • TLSE_hub.Text_menu_open_Click (cognitive 16) Tomodachi Life Save Editor/TLSE_hub.vb:816 — TLSE_hub.Text_menu_open_Click has cognitive complexity 16 (threshold 15).
D4 · Code Duplication · Duplicated block (21 lines × 3) · ×1
  • Duplicated block (21 lines × 3) Tomodachi Life Save Editor/TLSE_islandconfig.vb:186 — Tomodachi Life Save Editor/TLSE_islandconfig.vb:186-206 | Tomodachi Life Save Editor/TLSE_islandconfig.vb:224-244 | Tomodachi Life Save Editor/TLSE_islandconfig.vb:262-282
D4 · Code Duplication · Duplicated block (15 lines × 102) · ×1
  • Duplicated block (15 lines × 102) Tomodachi Life Save Editor/TLSE_itemsedit.vb:1330 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:1330-1344 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1345-1359 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1360-1374 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1375-1389 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1390-1404 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1405-1419 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1420-1434 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1435-1449 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1468-1482 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1483-1497 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1498-1512 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1513-1527 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1528-1542 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1543-1557 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1558-1572 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1573-1587 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1588-1602 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1603-1617 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1618-1632 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1633-1647 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1648-1662 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1663-1677 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1678-1692 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1693-1707 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1708-1722 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1723-1737 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1738-1752 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1753-1767 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1775-1789 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1790-1804 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1805-1819 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1820-1834 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1835-1849 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1850-1864 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1865-1879 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1898-1912 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1913-1927 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1928-1942 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1943-1957 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1958-1972 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1973-1987 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1988-2002 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2003-2017 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2018-2032 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2033-2047 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2048-2062 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2063-2077 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2078-2092 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2093-2107 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2108-2122 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2123-2137 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2138-2152 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2153-2167 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2168-2182 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2200-2211 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2212-2223 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2224-2235 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2236-2247 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2248-2259 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2260-2271 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2272-2283 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2298-2309 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2310-2321 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2322-2333 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2334-2345 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2346-2357 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2358-2369 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2370-2381 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2382-2393 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2394-2405 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2406-2417 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2418-2429 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2430-2441 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2442-2453 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2454-2465 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2466-2477 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2478-2489 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2506-2517 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2518-2529 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2530-2541 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2542-2553 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2554-2565 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2566-2577 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2578-2589 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2600-2611 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2612-2623 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2624-2635 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2636-2647 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2648-2659 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2660-2671 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2672-2683 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2684-2695 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2696-2707 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2708-2719 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2720-2731 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2732-2743 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2744-2755 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2756-2767 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2768-2779 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2780-2791 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2792-2803 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2804-2815
D4 · Code Duplication · Duplicated block (15 lines × 4) · ×1
  • Duplicated block (15 lines × 4) Tomodachi Life Save Editor/TLSE_itemsedit.vb:1450 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:1450-1464 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1880-1894 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2284-2295 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2586-2597
D4 · Code Duplication · Duplicated block (15 lines × 3) · ×1
  • Duplicated block (15 lines × 3) Tomodachi Life Save Editor/TLSE_itemsedit.vb:1759 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:1759-1773 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2184-2198 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2491-2504
D4 · Code Duplication · Duplicated block (12 lines × 62) · ×1
  • Duplicated block (12 lines × 62) Tomodachi Life Save Editor/TLSE_itemsedit.vb:529 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:529-540 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:541-552 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:553-564 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:565-576 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:577-588 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:589-600 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:601-612 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:613-624 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:625-636 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:637-648 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:649-660 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:661-672 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:673-684 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:685-696 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:697-708 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:728-739 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:740-751 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:752-763 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:764-775 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:776-787 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:788-799 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:800-811 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:812-823 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:824-835 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:836-847 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:848-859 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:860-871 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:872-883 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:884-895 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:896-907 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:919-930 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:931-942 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:943-954 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:955-966 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:967-978 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:979-990 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:991-1002 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1003-1014 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1015-1026 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1027-1038 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1039-1050 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1051-1062 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1063-1074 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1075-1086 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1087-1098 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1114-1125 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1126-1137 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1138-1149 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1150-1161 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1162-1173 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1174-1185 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1186-1197 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1198-1209 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1210-1221 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1222-1233 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1234-1245 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1246-1257 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1258-1269 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1270-1281 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1282-1293 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1294-1305 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:1306-1317
D4 · Code Duplication · Duplicated block (12 lines × 20) · ×1
  • Duplicated block (12 lines × 20) Tomodachi Life Save Editor/TLSE_itemsedit.vb:2832 — Tomodachi Life Save Editor/TLSE_itemsedit.vb:2832-2843 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2844-2855 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2856-2867 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2868-2879 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2880-2891 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2907-2918 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2919-2930 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2931-2942 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2943-2954 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2955-2966 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2978-2989 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:2990-3001 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3002-3013 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3014-3025 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3026-3037 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3049-3060 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3061-3072 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3073-3084 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3085-3096 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:3097-3108
D4 · Code Duplication · Duplicated block (11 lines × 14) · ×1
  • Duplicated block (11 lines × 14) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:87 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:87-97 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:102-112 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:205-215 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:155-165 | Tomodachi Life Save Editor/TLSE_interactions.vb:605-615 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:115-125 | Tomodachi Life Save Editor/TLSE_concertedit.vb:880-890 | Tomodachi Life Save Editor/TLSE_extras.vb:103-113 | Tomodachi Life Save Editor/TLSE_hub.vb:968-978 | Tomodachi Life Save Editor/TLSE_islandconfig.vb:139-149 | Tomodachi Life Save Editor/TLSE_islandsettings.vb:105-115 | Tomodachi Life Save Editor/TLSE_issueslegends.vb:101-111 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:101-111 | Tomodachi Life Save Editor/TLSE_itemsprovenance.vb:103-113
D4 · Code Duplication · Duplicated block (11 lines × 5) · ×1
  • Duplicated block (11 lines × 5) Tomodachi Life Save Editor/TLSE_interactions.vb:5955 — Tomodachi Life Save Editor/TLSE_interactions.vb:5955-5965 | Tomodachi Life Save Editor/TLSE_interactions.vb:5975-5985 | Tomodachi Life Save Editor/TLSE_interactions.vb:5995-6005 | Tomodachi Life Save Editor/TLSE_interactions.vb:6015-6025 | Tomodachi Life Save Editor/TLSE_interactions.vb:6035-6045
D4 · Code Duplication · Duplicated block (10 lines × 8) · ×1
  • Duplicated block (10 lines × 8) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:86 — Tomodachi Life Save Editor/TLSE_creaislandranking.vb:86-95 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:188-197 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:138-147 | Tomodachi Life Save Editor/TLSE_interactions.vb:588-597 | Tomodachi Life Save Editor/TLSE_concertedit.vb:115-124 | Tomodachi Life Save Editor/TLSE_extras.vb:88-97 | Tomodachi Life Save Editor/TLSE_issueslegends.vb:86-95 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:86-95
D4 · Code Duplication · Duplicated block (9 lines × 66) · ×1
  • Duplicated block (9 lines × 66) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:166 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:166-174 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:178-186 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:190-198 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:202-210 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:214-222 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:226-234 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:238-246 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:250-258 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:262-270 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:274-282 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:286-294 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:298-306 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:310-318 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:322-330 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:334-342 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:346-354 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:358-366 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:370-378 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:382-390 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:394-402 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:406-414 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:418-426 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:430-438 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:442-450 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:454-462 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:466-474 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:478-486 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:490-498 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:502-510 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:514-522 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:526-534 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:538-546 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:550-558 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:570-578 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:582-590 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:594-602 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:606-614 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:618-626 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:630-638 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:642-650 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:654-662 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:666-674 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:678-686 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:690-698 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:702-710 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:714-722 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:726-734 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:738-746 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:750-758 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:762-770 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:774-782 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:786-794 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:798-806 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:810-818 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:822-830 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:834-842 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:846-854 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:858-866 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:870-878 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:882-890 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:894-902 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:906-914 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:918-926 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:930-938 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:942-950 | Tomodachi Life Save Editor/TLSE_crcxmodem.vb:954-962
D4 · Code Duplication · Duplicated block (9 lines × 49) · ×1
  • Duplicated block (9 lines × 49) Tomodachi Life Save Editor/TLSE_extras.vb:1575 — Tomodachi Life Save Editor/TLSE_extras.vb:1575-1583 | Tomodachi Life Save Editor/TLSE_extras.vb:1591-1599 | Tomodachi Life Save Editor/TLSE_extras.vb:1607-1615 | Tomodachi Life Save Editor/TLSE_extras.vb:1623-1631 | Tomodachi Life Save Editor/TLSE_extras.vb:1639-1647 | Tomodachi Life Save Editor/TLSE_extras.vb:1655-1663 | Tomodachi Life Save Editor/TLSE_extras.vb:1671-1679 | Tomodachi Life Save Editor/TLSE_extras.vb:1687-1695 | Tomodachi Life Save Editor/TLSE_extras.vb:1703-1711 | Tomodachi Life Save Editor/TLSE_extras.vb:1719-1727 | Tomodachi Life Save Editor/TLSE_extras.vb:1735-1743 | Tomodachi Life Save Editor/TLSE_extras.vb:1751-1759 | Tomodachi Life Save Editor/TLSE_extras.vb:1767-1775 | Tomodachi Life Save Editor/TLSE_extras.vb:1783-1791 | Tomodachi Life Save Editor/TLSE_extras.vb:1799-1807 | Tomodachi Life Save Editor/TLSE_extras.vb:1815-1823 | Tomodachi Life Save Editor/TLSE_extras.vb:1831-1839 | Tomodachi Life Save Editor/TLSE_extras.vb:1847-1855 | Tomodachi Life Save Editor/TLSE_extras.vb:1863-1871 | Tomodachi Life Save Editor/TLSE_extras.vb:1879-1887 | Tomodachi Life Save Editor/TLSE_extras.vb:1895-1903 | Tomodachi Life Save Editor/TLSE_extras.vb:1911-1919 | Tomodachi Life Save Editor/TLSE_extras.vb:1927-1935 | Tomodachi Life Save Editor/TLSE_extras.vb:1943-1951 | Tomodachi Life Save Editor/TLSE_extras.vb:1959-1967 | Tomodachi Life Save Editor/TLSE_extras.vb:1975-1983 | Tomodachi Life Save Editor/TLSE_extras.vb:1991-1999 | Tomodachi Life Save Editor/TLSE_extras.vb:2007-2015 | Tomodachi Life Save Editor/TLSE_extras.vb:2023-2031 | Tomodachi Life Save Editor/TLSE_extras.vb:2039-2047 | Tomodachi Life Save Editor/TLSE_extras.vb:2055-2063 | Tomodachi Life Save Editor/TLSE_extras.vb:2071-2079 | Tomodachi Life Save Editor/TLSE_extras.vb:2087-2095 | Tomodachi Life Save Editor/TLSE_extras.vb:2103-2111 | Tomodachi Life Save Editor/TLSE_extras.vb:2119-2127 | Tomodachi Life Save Editor/TLSE_extras.vb:2135-2143 | Tomodachi Life Save Editor/TLSE_extras.vb:2151-2159 | Tomodachi Life Save Editor/TLSE_extras.vb:2167-2175 | Tomodachi Life Save Editor/TLSE_extras.vb:2183-2191 | Tomodachi Life Save Editor/TLSE_extras.vb:2199-2207 | Tomodachi Life Save Editor/TLSE_extras.vb:2215-2223 | Tomodachi Life Save Editor/TLSE_extras.vb:2231-2239 | Tomodachi Life Save Editor/TLSE_extras.vb:2247-2255 | Tomodachi Life Save Editor/TLSE_extras.vb:2263-2271 | Tomodachi Life Save Editor/TLSE_extras.vb:2279-2287 | Tomodachi Life Save Editor/TLSE_extras.vb:2295-2303 | Tomodachi Life Save Editor/TLSE_extras.vb:2311-2319 | Tomodachi Life Save Editor/TLSE_extras.vb:2327-2335 | Tomodachi Life Save Editor/TLSE_extras.vb:2343-2351
D4 · Code Duplication · Duplicated block (9 lines × 13) · ×1
  • Duplicated block (9 lines × 13) Tomodachi Life Save Editor/TLSE_crcxmodem.vb:66 — Tomodachi Life Save Editor/TLSE_crcxmodem.vb:66-74 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:83-91 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:185-193 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:135-143 | Tomodachi Life Save Editor/TLSE_interactions.vb:585-593 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:95-103 | Tomodachi Life Save Editor/TLSE_concertedit.vb:112-120 | Tomodachi Life Save Editor/TLSE_extras.vb:85-93 | Tomodachi Life Save Editor/TLSE_islandconfig.vb:120-128 | Tomodachi Life Save Editor/TLSE_islandsettings.vb:86-94 | Tomodachi Life Save Editor/TLSE_issueslegends.vb:83-91 | Tomodachi Life Save Editor/TLSE_itemsedit.vb:83-91 | Tomodachi Life Save Editor/TLSE_itemsprovenance.vb:84-92
D4 · Code Duplication · Duplicated block (9 lines × 3) · ×1
  • Duplicated block (9 lines × 3) Tomodachi Life Save Editor/TLSE_hub.vb:911 — Tomodachi Life Save Editor/TLSE_hub.vb:911-919 | Tomodachi Life Save Editor/TLSE_hub.vb:948-955 | Tomodachi Life Save Editor/TLSE_issueslegends.vb:129-136
D4 · Code Duplication · Duplicated block (8 lines × 56) · ×1
  • Duplicated block (8 lines × 56) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:152 — Tomodachi Life Save Editor/TLSE_creaislandranking.vb:152-159 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:160-167 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:168-175 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:176-183 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:184-191 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:192-199 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:200-207 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:208-215 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:216-223 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:224-231 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:232-239 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:240-247 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:248-255 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:256-263 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:264-271 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:272-279 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:280-287 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:288-295 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:296-303 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:304-311 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:312-319 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:320-327 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:328-335 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:336-343 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:344-351 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:352-359 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:360-367 | Tomodachi Life Save Editor/TLSE_creaislandranking.vb:368-375 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:176-183 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:184-191 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:192-199 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:200-207 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:208-215 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:216-223 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:224-231 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:232-239 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:240-247 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:248-255 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:256-263 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:264-271 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:272-279 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:280-287 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:288-295 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:296-303 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:304-311 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:312-319 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:320-327 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:328-335 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:336-343 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:344-351 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:352-359 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:360-367 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:368-375 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:376-383 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:384-391 | Tomodachi Life Save Editor/TLSE_islandinfo.vb:392-399
D4 · Code Duplication · Duplicated block (8 lines × 36) · ×1
  • Duplicated block (8 lines × 36) Tomodachi Life Save Editor/TLSE_interactions.vb:6154 — Tomodachi Life Save Editor/TLSE_interactions.vb:6154-6161 | Tomodachi Life Save Editor/TLSE_interactions.vb:6162-6169 | Tomodachi Life Save Editor/TLSE_interactions.vb:6170-6177 | Tomodachi Life Save Editor/TLSE_interactions.vb:6178-6185 | Tomodachi Life Save Editor/TLSE_interactions.vb:6186-6193 | Tomodachi Life Save Editor/TLSE_interactions.vb:6194-6201 | Tomodachi Life Save Editor/TLSE_interactions.vb:6202-6209 | Tomodachi Life Save Editor/TLSE_interactions.vb:6210-6217 | Tomodachi Life Save Editor/TLSE_interactions.vb:6218-6225 | Tomodachi Life Save Editor/TLSE_interactions.vb:6226-6233 | Tomodachi Life Save Editor/TLSE_interactions.vb:6234-6241 | Tomodachi Life Save Editor/TLSE_interactions.vb:6242-6249 | Tomodachi Life Save Editor/TLSE_interactions.vb:6250-6257 | Tomodachi Life Save Editor/TLSE_interactions.vb:6258-6265 | Tomodachi Life Save Editor/TLSE_interactions.vb:6266-6273 | Tomodachi Life Save Editor/TLSE_interactions.vb:6274-6281 | Tomodachi Life Save Editor/TLSE_interactions.vb:6282-6289 | Tomodachi Life Save Editor/TLSE_interactions.vb:6290-6297 | Tomodachi Life Save Editor/TLSE_interactions.vb:6298-6305 | Tomodachi Life Save Editor/TLSE_interactions.vb:6306-6313 | Tomodachi Life Save Editor/TLSE_interactions.vb:6314-6321 | Tomodachi Life Save Editor/TLSE_interactions.vb:6322-6329 | Tomodachi Life Save Editor/TLSE_interactions.vb:6330-6337 | Tomodachi Life Save Editor/TLSE_interactions.vb:6338-6345 | Tomodachi Life Save Editor/TLSE_interactions.vb:6346-6353 | Tomodachi Life Save Editor/TLSE_interactions.vb:6354-6361 | Tomodachi Life Save Editor/TLSE_interactions.vb:6362-6369 | Tomodachi Life Save Editor/TLSE_interactions.vb:6370-6377 | Tomodachi Life Save Editor/TLSE_interactions.vb:6378-6385 | Tomodachi Life Save Editor/TLSE_interactions.vb:6386-6393 | Tomodachi Life Save Editor/TLSE_interactions.vb:6394-6401 | Tomodachi Life Save Editor/TLSE_interactions.vb:6402-6409 | Tomodachi Life Save Editor/TLSE_interactions.vb:6410-6417 | Tomodachi Life Save Editor/TLSE_interactions.vb:6418-6425 | Tomodachi Life Save Editor/TLSE_interactions.vb:6426-6433 | Tomodachi Life Save Editor/TLSE_interactions.vb:6434-6441
D4 · Code Duplication · Duplicated block (8 lines × 12) · ×1
  • Duplicated block (8 lines × 12) Tomodachi Life Save Editor/TLSE_concertedit.vb:135 — Tomodachi Life Save Editor/TLSE_concertedit.vb:135-142 | Tomodachi Life Save Editor/TLSE_concertedit.vb:143-150 | Tomodachi Life Save Editor/TLSE_concertedit.vb:151-158 | Tomodachi Life Save Editor/TLSE_concertedit.vb:159-166 | Tomodachi Life Save Editor/TLSE_concertedit.vb:167-174 | Tomodachi Life Save Editor/TLSE_concertedit.vb:175-182 | Tomodachi Life Save Editor/TLSE_concertedit.vb:183-190 | Tomodachi Life Save Editor/TLSE_concertedit.vb:191-198 | Tomodachi Life Save Editor/TLSE_concertedit.vb:199-206 | Tomodachi Life Save Editor/TLSE_concertedit.vb:207-214 | Tomodachi Life Save Editor/TLSE_concertedit.vb:215-222 | Tomodachi Life Save Editor/TLSE_concertedit.vb:223-230
D4 · Code Duplication · Duplicated block (6 lines × 3) · ×1
  • Duplicated block (6 lines × 3) Tomodachi Life Save Editor/TLSE_creaislandranking.vb:427 — Tomodachi Life Save Editor/TLSE_creaislandranking.vb:427-432 | Tomodachi Life Save Editor/TLSE_dataislandranking.vb:2200-2205 | Tomodachi Life Save Editor/TLSE_datamiiexchange.vb:1404-1409
Recommendation — 4 finding(s)
D11 · Test Reliability · Test reliability not included · ×1
  • Test reliability not included — No test projects found, so reliability couldn't be assessed.
D18 · Solution Shape · Shell project · ×1
  • Shell project: Tomodachi Life Save Editor Tomodachi Life Save Editor/Tomodachi Life Save Editor.vbproj — `Tomodachi Life Save Editor` contributes only 0 significant line(s) — an empty/placeholder project is structural noise. Remove it or fold its contents into a real project.
D18 · Solution Shape · Single-project monolith · ×1
  • Single-project monolith — The whole codebase lives in one project — at this size, splitting along clear seams (domain / infrastructure / hosting) would make boundaries explicit and builds faster.
D9 · Test Distribution · No tests found · ×1
  • No tests found — No test projects found in the repository.
Info — 3 finding(s)
D18 · Solution Shape · Build did not complete in the analyzer · ×1
  • Build did not complete in the analyzer — `dotnet build` reported 1 error(s) but no C# compiler diagnostic — an SDK / target-framework / restore mismatch in the analyzer environment, not a code defect (common for an older codebase whose target framework the analyzer's SDK can't build). Solution Shape is scored on structure and is NOT capped; the C# semantic analysis loads independently and is unaffected.
D19 · Documentation Quality · XML-doc coverage · ×1
  • XML-doc coverage: Tomodachi Life Save Editor Tomodachi Life Save Editor/Tomodachi Life Save Editor.vbproj — Tomodachi Life Save Editor: 100 % XML-doc coverage (0/0).
D22 · Internal API Consistency · No exposed public API · ×1
  • No exposed public API — No intentionally-exposed types (IsPackable or .Contracts) to evaluate.

Appendix B — Reproduction & audit trail

Every external tool invocation behind a deep-scan dimension — the tool, its captured version, the exact command, how many findings it yielded, and a link to the retained raw output. To reproduce any finding: check out the same commit and run the command shown (repo-relative — never an absolute scratch path). The complete raw scanner output is retained verbatim under artifacts/raw/ (indexed in artifacts/raw/index.json); per-invocation exit codes and wall-clock durations are in sidecar.json — kept out of this table so the rendered report stays byte-identical across runs of the same commit.

DimensionToolVersionCommandFindingsRaw output
D28 · Secrets (history)gitleaksgitleaks detect --no-banner --report-format json --report-path /dev/stdout --exit-code 0 --source .0artifacts/raw/gitleaks-history.json
D29 · Static Analysis (SAST)semgrepsemgrep --config /opt/semgrep-rules/security-audit.yml --config /opt/semgrep-rules/owasp-top-ten.yml --json --quiet --timeout 0 --metrics off .0artifacts/raw/semgrep.json
D30 · Dependency Vulnerabilitiesdotnetdotnet list "Tomodachi Life Save Editor.sln" package --vulnerable --include-transitive --format json0artifacts/raw/dotnet-vulnerable.json
D31 · IaC & Container Securitytrivytrivy: not applicable — No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.0
D32 · Data Compliance (PII/GDPR)semgrepsemgrep: not applicable — No PII/GDPR ruleset is bundled (the public p/gdpr semgrep pack was retired) — data compliance is not assessed in this scan.0
D33 · JS/npm Dependency Vulnerabilitiestrivytrivy: not applicable — No JS/npm manifest or lockfile found outside bin/obj (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.0
D36 · Supply-chain Provenance & Signingprovenanceprovenance: not applicable — No CI/build pipeline found (.github/workflows, .gitlab-ci.yml, azure-pipelines.yml, Jenkinsfile, .circleci); there is no build to attest provenance for.0
D37 · Vulnerability-disclosure Policydisclosuredisclosure: not applicable — No vulnerability-disclosure policy file found (SECURITY.md, .github/SECURITY.md, docs/SECURITY.md, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.0
D38 · OSV Dependency Vulnerabilitiesosv-scannerosv-scanner: not applicable — No JS/npm lockfile found outside bin/obj (package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); nothing for OSV to scan.0

Run 019fdeb9-257d-7b9e-a5df-2b0d5c1c21a9 · every finding is also locatable in findings.md, and the complete scoring record (with exit codes + durations) in sidecar.json.

Downloadable artifacts

Machine-readable and reproducible from this commit + frozen rubric — drop them straight into a contract appendix, a CRA dossier, or a downstream SCA / VEX tool.

⬇ Findings, MITRE CWE-tagged .sarif⬇ Health changelog .md