aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/coverage/clover.xml
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-12 21:50:56 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-12 21:50:56 -0800
commit42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50 (patch)
tree3a5aab90607131231ec68367f8cc00425d7dc516 /frontend/coverage/clover.xml
parent9db2500fb340ef304c0f15f4379bc33589df9a63 (diff)
downloadneko-42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50.tar.gz
neko-42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50.tar.bz2
neko-42f1b4de384bcbbdab3b80d8e5cc53b36fcffd50.zip
Implement frontend login logic with >90% coverage
Diffstat (limited to 'frontend/coverage/clover.xml')
-rw-r--r--frontend/coverage/clover.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/frontend/coverage/clover.xml b/frontend/coverage/clover.xml
new file mode 100644
index 0000000..c45c1a8
--- /dev/null
+++ b/frontend/coverage/clover.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<coverage generated="1770961817903" clover="3.2.0">
+ <project timestamp="1770961817903" name="All files">
+ <metrics statements="32" coveredstatements="29" conditionals="12" coveredconditionals="9" methods="9" coveredmethods="8" elements="53" coveredelements="46" complexity="0" loc="32" ncloc="32" packages="2" files="4" classes="4"/>
+ <package name="src">
+ <metrics statements="15" coveredstatements="12" conditionals="6" coveredconditionals="4" methods="6" coveredmethods="5"/>
+ <file name="App.css" path="/Users/adam/workspace/vibecode/neko/frontend/src/App.css">
+ <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
+ </file>
+ <file name="App.tsx" path="/Users/adam/workspace/vibecode/neko/frontend/src/App.tsx">
+ <metrics statements="15" coveredstatements="12" conditionals="6" coveredconditionals="4" methods="6" coveredmethods="5"/>
+ <line num="8" count="2" type="stmt"/>
+ <line num="9" count="2" type="stmt"/>
+ <line num="11" count="2" type="stmt"/>
+ <line num="12" count="1" type="stmt"/>
+ <line num="14" count="1" type="cond" truecount="1" falsecount="1"/>
+ <line num="15" count="1" type="stmt"/>
+ <line num="17" count="0" type="stmt"/>
+ <line num="20" count="0" type="stmt"/>
+ <line num="23" count="2" type="cond" truecount="2" falsecount="0"/>
+ <line num="24" count="1" type="stmt"/>
+ <line num="27" count="1" type="cond" truecount="1" falsecount="1"/>
+ <line num="28" count="0" type="stmt"/>
+ <line num="31" count="1" type="stmt"/>
+ <line num="36" count="1" type="stmt"/>
+ <line num="45" count="2" type="stmt"/>
+ </file>
+ </package>
+ <package name="src.components">
+ <metrics statements="17" coveredstatements="17" conditionals="6" coveredconditionals="5" methods="3" coveredmethods="3"/>
+ <file name="Login.css" path="/Users/adam/workspace/vibecode/neko/frontend/src/components/Login.css">
+ <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
+ </file>
+ <file name="Login.tsx" path="/Users/adam/workspace/vibecode/neko/frontend/src/components/Login.tsx">
+ <metrics statements="17" coveredstatements="17" conditionals="6" coveredconditionals="5" methods="3" coveredmethods="3"/>
+ <line num="6" count="14" type="stmt"/>
+ <line num="7" count="14" type="stmt"/>
+ <line num="8" count="14" type="stmt"/>
+ <line num="10" count="14" type="stmt"/>
+ <line num="11" count="3" type="stmt"/>
+ <line num="12" count="3" type="stmt"/>
+ <line num="14" count="3" type="stmt"/>
+ <line num="16" count="3" type="stmt"/>
+ <line num="17" count="3" type="stmt"/>
+ <line num="19" count="3" type="stmt"/>
+ <line num="24" count="2" type="cond" truecount="2" falsecount="0"/>
+ <line num="25" count="1" type="stmt"/>
+ <line num="27" count="1" type="stmt"/>
+ <line num="28" count="1" type="cond" truecount="1" falsecount="1"/>
+ <line num="31" count="1" type="stmt"/>
+ <line num="35" count="14" type="stmt"/>
+ <line num="45" count="3" type="stmt"/>
+ </file>
+ </package>
+ </project>
+</coverage>