forked from xsznix/collatz-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cw33374-TestCollatz.out
49 lines (48 loc) · 1.86 KB
/
cw33374-TestCollatz.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Running main() from gtest_main.cc
[==========] Running 17 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 17 tests from CollatzFixture
[ RUN ] CollatzFixture.read
[ OK ] CollatzFixture.read (39 ms)
[ RUN ] CollatzFixture.read_stop
[ OK ] CollatzFixture.read_stop (8 ms)
[ RUN ] CollatzFixture.eval_1
[ OK ] CollatzFixture.eval_1 (9 ms)
[ RUN ] CollatzFixture.eval_2
[ OK ] CollatzFixture.eval_2 (4 ms)
[ RUN ] CollatzFixture.eval_3
[ OK ] CollatzFixture.eval_3 (3 ms)
[ RUN ] CollatzFixture.eval_4
[ OK ] CollatzFixture.eval_4 (4 ms)
[ RUN ] CollatzFixture.eval_reverse
[ OK ] CollatzFixture.eval_reverse (5 ms)
[ RUN ] CollatzFixture.cycle_1
[ OK ] CollatzFixture.cycle_1 (3 ms)
[ RUN ] CollatzFixture.cycle_2
[ OK ] CollatzFixture.cycle_2 (4 ms)
[ RUN ] CollatzFixture.cycle_3
[ OK ] CollatzFixture.cycle_3 (5 ms)
[ RUN ] CollatzFixture.cycle_4
[ OK ] CollatzFixture.cycle_4 (689 ms)
[ RUN ] CollatzFixture.cycle_5
[ OK ] CollatzFixture.cycle_5 (5 ms)
[ RUN ] CollatzFixture.cycle_cache_1
[ OK ] CollatzFixture.cycle_cache_1 (67 ms)
[ RUN ] CollatzFixture.cycle_cache_2
[ OK ] CollatzFixture.cycle_cache_2 (52 ms)
[ RUN ] CollatzFixture.print
[ OK ] CollatzFixture.print (11 ms)
[ RUN ] CollatzFixture.solve
[ OK ] CollatzFixture.solve (21 ms)
[ RUN ] CollatzFixture.solve_empty
[ OK ] CollatzFixture.solve_empty (13 ms)
[----------] 17 tests from CollatzFixture (965 ms total)
[----------] Global test environment tear-down
[==========] 17 tests from 1 test case ran. (1069 ms total)
[ PASSED ] 17 tests.
File 'Collatz.c++'
Lines executed:100.00% of 34
Branches executed:100.00% of 34
Taken at least once:76.47% of 34
Calls executed:90.48% of 21
Creating 'Collatz.c++.gcov'