From e3c379d069ffa9661561d25cdbf2f5894a2f8ee8 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 08:58:38 -0800 Subject: Refactor: project structure, implement dependency injection, and align v2 UI with v1 --- frontend/coverage/src/index.html | 236 ++++++++++++++++++++------------------- 1 file changed, 122 insertions(+), 114 deletions(-) (limited to 'frontend/coverage/src/index.html') diff --git a/frontend/coverage/src/index.html b/frontend/coverage/src/index.html index 023e9bb..14e9f51 100644 --- a/frontend/coverage/src/index.html +++ b/frontend/coverage/src/index.html @@ -1,131 +1,139 @@ - - - + Code coverage report for src - - - - -
-
+ + + +
+

All files src

-
- -
- 78.94% - Statements - 15/19 -
- - -
- 66.66% - Branches - 4/6 -
- - -
- 77.77% - Functions - 7/9 -
- - -
- 78.94% - Lines - 15/19 -
- - +
+
+ 78.94% + Statements + 15/19 +
+ +
+ 66.66% + Branches + 4/6 +
+ +
+ 77.77% + Functions + 7/9 +
+ +
+ 78.94% + Lines + 15/19 +

- Press n or j to go to the next uncovered block, b, p or k for the previous block. + Press n or j to go to the next uncovered block, b, + p or k for the previous block.

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
+
+
FileStatementsBranchesFunctionsLines
App.css -
-
0%0/00%0/00%0/00%0/0
App.tsx -
-
78.94%15/1966.66%4/677.77%7/978.94%15/19
+ + + + + + + + + + + + + + + + + + + + + + + + + + + - -
File + Statements + BranchesFunctionsLines
App.css +
+
+
+
+
0%0/00%0/00%0/00%0/0
-
-
-
- - - - - - + + App.tsx + +
+
+
+
+ + 78.94% + 15/19 + 66.66% + 4/6 + 77.77% + 7/9 + 78.94% + 15/19 + + + +
+
+ +
+ + + + + + + - \ No newline at end of file -- cgit v1.2.3