summaryrefslogtreecommitdiff
path: root/tests/nested/expected.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nested/expected.out')
-rw-r--r--tests/nested/expected.out41
1 files changed, 21 insertions, 20 deletions
diff --git a/tests/nested/expected.out b/tests/nested/expected.out
index 28784b2..fb5891e 100644
--- a/tests/nested/expected.out
+++ b/tests/nested/expected.out
@@ -1,28 +1,29 @@
-
==============================================================================
testlib.lua
==============================================================================
- 2 local a = 1
- 2 local b = 2
-
- 2 local lib = {}
-
- 2 function lib.f1()
- 2 local c = 3
- 2 return 4
- end
-
- 2 function lib.f2()
- 3 local d = 5
- 3 return 6
- end
-
- 2 return lib
+ 2 local a = 1
+ 2 local b = 2
+
+ 2 local lib = {}
+
+ 2 function lib.f1()
+ 2 local c = 3
+ 2 return 4
+ end
+
+ 2 function lib.f2()
+ 3 local d = 5
+ 3 return 6
+ end
+
+ 2 return lib
==============================================================================
Summary
==============================================================================
-10 0 100.00% testlib.lua
-------------------------
-10 0 100.00%
+File Hits Missed Coverage
+--------------------------------
+testlib.lua 10 0 100.00%
+--------------------------------
+Total 10 0 100.00%