From 42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 12 Feb 2026 21:50:56 -0800 Subject: Implement frontend login logic with >90% coverage --- frontend/coverage/src/components/index.html | 131 ++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 frontend/coverage/src/components/index.html (limited to 'frontend/coverage/src/components/index.html') diff --git a/frontend/coverage/src/components/index.html b/frontend/coverage/src/components/index.html new file mode 100644 index 0000000..2328bb6 --- /dev/null +++ b/frontend/coverage/src/components/index.html @@ -0,0 +1,131 @@ + + + + + + Code coverage report for src/components + + + + + + + + + +
+
+

All files src/components

+
+ +
+ 100% + Statements + 17/17 +
+ + +
+ 83.33% + Branches + 5/6 +
+ + +
+ 100% + Functions + 3/3 +
+ + +
+ 100% + Lines + 17/17 +
+ + +
+

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

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
Login.css +
+
0%0/00%0/00%0/00%0/0
Login.tsx +
+
100%17/1783.33%5/6100%3/3100%17/17
+
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3