summaryrefslogtreecommitdiff
path: root/tests/cluacov/expected.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cluacov/expected.out')
-rw-r--r--tests/cluacov/expected.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/cluacov/expected.out b/tests/cluacov/expected.out
new file mode 100644
index 0000000..e69870f
--- /dev/null
+++ b/tests/cluacov/expected.out
@@ -0,0 +1,16 @@
+==============================================================================
+test.lua
+==============================================================================
+ local s = "some text"
+ 1 .. "some other"
+ 1 return s
+
+==============================================================================
+Summary
+==============================================================================
+
+File Hits Missed Coverage
+-----------------------------
+test.lua 2 0 100.00%
+-----------------------------
+Total 2 0 100.00%