File: testlist.ref

package info (click to toggle)
pmccabe 2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 876 kB
  • sloc: ansic: 3,084; cpp: 1,080; sh: 401; makefile: 42
file content (451 lines) | stat: -rw-r--r-- 24,502 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
RUN: pmccabe -X -vt test000 test001 test002 test003 test004 test005 test006/Grapher.H test006/Handler.H test006/NodeArc.H test007 test008 test009 test010 test011 test012 test013 test014 test015 test016 test017 test018 test019 test020 test021 test022 test023 test024 test025 test026 test027
Modified McCabe Cyclomatic Complexity
|   Traditional McCabe Cyclomatic Complexity
|       |    # Statements in function
|       |        |   First line of function
|       |        |       |   # lines in function
|       |        |       |       |  filename(definition line number):function
|       |        |       |       |           |
1	1	3	6	6	test000(6): Add::Add
1	1	2	13	5	test000(13): Add::~Add
1	1	1	19	4	test000(19): Add::print
4	8	18	24	35	test000(24): Add::eval
1	1	1	60	4	test000(60): Add::modified_attributes
1	1	0	2	3	test001(2): start
1	1	0	7	6	test001(12): some_class::~some_class
1	1	0	14	1	test001(14): destructor::~destructor
1	1	0	15	1	test001(15): destructor2::~destructor
1	1	4	17	4	test001(17): main
1	1	0	22	1	test001(22): xyzzy::operator()
1	1	0	27	1	test001(27): named_class::member_function
1	1	0	32	1	test001(32): unnamed::member_function
1	1	0	35	3	test001(36): xyzzy::operator+=
1	1	1	1	1	test002(1): class1::class2::class3::member
1	1	1	3	1	test002(3): class1::class2::operator+=
1	1	1	5	1	test002(5): class4::operator+=
1	1	1	6	1	test003(6): T1::operator_long()
1	1	1	15	4	test003(15): T1::operator_long()
1	1	1	20	4	test003(20): T2::operator_long()
1	1	1	8	4	test004(8): T1::unnamed::member
1	1	1	17	4	test004(17): T1::T11::T12::member
1	1	1	22	1	test005(22): TypedValue::HasValue
1	1	1	23	1	test005(23): TypedValue::HasValue
1	1	1	24	1	test005(24): TypedValue::ResetValue
1	1	2	25	1	test005(25): TypedValue::ResetValuePtr
2	2	3	27	2	test005(27): TypedValue::Value
2	2	3	29	2	test005(29): TypedValue::ValueRef
1	1	3	31	2	test005(31): TypedValue::Value
1	1	3	34	1	test005(34): TypedValue::TypedValue
1	1	3	37	2	test005(37): TypedValue::TypedValue
1	1	2	39	1	test005(39): TypedValue::TypedValue
1	1	0	41	1	test005(41): TypedValue::DestroyValue
1	1	1	44	2	test005(45): TypedValue::HasType
1	1	1	46	1	test005(46): TypedValue::Type
1	1	1	49	1	test005(49): TypedValue::TypePtr
1	1	1	50	1	test005(50): TypedValue::TypePtr
1	1	1	58	1	test005(58): TypedValue::Assign
2	2	3	63	4	test005(65): TypedValue::print_type
1	1	3	16	11	test006/Grapher.H(16): Grapher::Grapher
1	1	0	27	1	test006/Grapher.H(27): Grapher::~Grapher
1	1	1	29	1	test006/Grapher.H(29): Grapher::xegraph
2	2	3	68	8	test006/Handler.H(68): ActionHandler::returnControl
1	1	3	77	4	test006/Handler.H(77): ActionHandler::ActionHandler
1	1	1	83	1	test006/Handler.H(83): ActionHandler::target
1	1	1	84	1	test006/Handler.H(84): ActionHandler::target
2	2	2	85	1	test006/Handler.H(85): ActionHandler::targetted
1	1	2	89	4	test006/Handler.H(89): ActionHandler::init
1	1	3	94	6	test006/Handler.H(94): ActionHandler::takeCharge
1	1	2	101	4	test006/Handler.H(101): ActionHandler::abort
1	1	1	117	4	test006/Handler.H(117): MotionHandler::initializeData
1	1	1	122	4	test006/Handler.H(122): MotionHandler::updateData
1	1	3	127	5	test006/Handler.H(127): MotionHandler::startMotion
1	1	4	132	6	test006/Handler.H(132): MotionHandler::updateMotion
1	1	4	138	6	test006/Handler.H(138): MotionHandler::endMotion
1	1	0	145	1	test006/Handler.H(145): MotionHandler::drawGhost
1	1	0	146	1	test006/Handler.H(146): MotionHandler::doIt
1	1	1	148	4	test006/Handler.H(148): MotionHandler::MotionHandler
1	1	1	155	1	test006/Handler.H(155): MotionHandler::isInitialEvent
1	1	1	156	1	test006/Handler.H(156): MotionHandler::isOkInitialTarget
1	1	1	157	1	test006/Handler.H(157): MotionHandler::isOkFinalTarget
1	1	3	174	6	test006/Handler.H(174): ArcHandler::indicateInitialTarget
1	1	1	180	4	test006/Handler.H(180): ArcHandler::indicateNoTarget
1	1	1	184	4	test006/Handler.H(184): ArcHandler::indicateFinalTarget
1	1	1	188	3	test006/Handler.H(188): ArcHandler::indicatePreviousCursor
4	4	6	192	15	test006/Handler.H(192): ArcHandler::drawGhost
1	1	1	208	4	test006/Handler.H(208): ArcHandler::isInitialEvent
2	2	2	213	4	test006/Handler.H(213): ArcHandler::isOkInitialTarget
2	2	2	217	4	test006/Handler.H(217): ArcHandler::isOkFinalTarget
1	1	2	227	5	test006/Handler.H(227): ArcHandler::ArcHandler
1	1	1	232	4	test006/Handler.H(232): ArcHandler::~ArcHandler
1	1	6	250	10	test006/Handler.H(250): ArcMaker::initializeData
2	2	6	260	10	test006/Handler.H(260): ArcMaker::startMotion
10	10	23	271	37	test006/Handler.H(271): ArcMaker::updateMotion
4	4	6	309	11	test006/Handler.H(309): ArcMaker::endMotion
1	1	4	321	10	test006/Handler.H(321): ArcMaker::doIt
2	2	1	332	4	test006/Handler.H(332): ArcMaker::isOkInitialTarget
1	1	1	336	4	test006/Handler.H(336): ArcMaker::isOkFinalTarget
1	1	1	342	4	test006/Handler.H(342): ArcMaker::ArcMaker
2	2	1	356	4	test006/Handler.H(356): ArcChanger::isOkInitialTarget
2	2	1	360	4	test006/Handler.H(360): ArcChanger::isOkFinalTarget
1	1	8	365	12	test006/Handler.H(365): ArcChanger::initializeData
2	2	6	378	12	test006/Handler.H(378): ArcChanger::startMotion
6	6	18	391	30	test006/Handler.H(391): ArcChanger::updateMotion
3	3	6	422	11	test006/Handler.H(422): ArcChanger::endMotion
1	1	1	436	4	test006/Handler.H(436): ArcChanger::ArcChanger
2	2	2	451	8	test006/Handler.H(451): NodeMaker::drawGhost
1	1	1	459	4	test006/Handler.H(459): NodeMaker::isInitialEvent
2	2	2	464	4	test006/Handler.H(464): NodeMaker::isOkInitialTarget
1	1	2	469	5	test006/Handler.H(469): NodeMaker::initializeData
1	1	2	474	5	test006/Handler.H(474): NodeMaker::updateData
1	1	1	482	4	test006/Handler.H(482): NodeMaker::NodeMaker
1	1	1	515	3	test006/Handler.H(515): Selector::deselect
2	2	6	519	10	test006/Handler.H(519): Selector::updateData
2	2	1	530	5	test006/Handler.H(530): Selector::isInitialEvent
1	1	1	536	5	test006/Handler.H(536): Selector::isOkInitialTarget
1	1	4	543	7	test006/Handler.H(543): Selector::Selector
1	1	3	570	10	test006/Handler.H(570): SweepSelector::updateData
2	2	6	581	13	test006/Handler.H(581): SweepSelector::startMotion
2	2	5	595	7	test006/Handler.H(595): SweepSelector::updateMotion
2	2	7	603	10	test006/Handler.H(603): SweepSelector::endMotion
2	2	2	616	8	test006/Handler.H(616): SweepSelector::drawGhost
1	1	1	625	4	test006/Handler.H(625): SweepSelector::isInitialEvent
1	1	1	630	4	test006/Handler.H(630): SweepSelector::isOkInitialTarget
1	1	1	636	4	test006/Handler.H(636): SweepSelector::SweepSelector
1	1	1	658	4	test006/Handler.H(658): SubgraphSelector::isInitialEvent
2	2	1	663	4	test006/Handler.H(663): SubgraphSelector::isOkInitialTarget
1	1	1	669	4	test006/Handler.H(669): SubgraphSelector::SubgraphSelector
1	1	0	681	1	test006/Handler.H(681): ItemMover::startMove
1	1	0	682	1	test006/Handler.H(682): ItemMover::updateMove
1	1	0	683	1	test006/Handler.H(683): ItemMover::endMove
2	2	1	685	3	test006/Handler.H(685): ItemMover::isOkInitialTarget
1	1	1	689	4	test006/Handler.H(689): ItemMover::ItemMover
1	1	4	706	6	test006/Handler.H(706): NodeMover::startMove
2	2	8	712	11	test006/Handler.H(712): NodeMover::updateMove
1	1	1	723	3	test006/Handler.H(723): NodeMover::endMove
1	1	1	728	4	test006/Handler.H(728): NodeMover::NodeMover
3	3	1	740	4	test006/Handler.H(740): SelectionMover::isOkInitialTarget
1	1	1	746	4	test006/Handler.H(746): SelectionMover::SelectionMover
1	1	1	758	4	test006/Handler.H(758): MenuHandler::MenuHandler
1	1	1	31	1	test006/NodeArc.H(31): LabelledNode::~LabelledNode
1	1	1	33	1	test006/NodeArc.H(33): LabelledNode::label
1	1	1	37	1	test006/NodeArc.H(37): LabelledNode::shapeType
1	1	1	39	1	test006/NodeArc.H(39): LabelledNode::borderWidth
1	1	1	40	1	test006/NodeArc.H(40): LabelledNode::borderWidth
1	1	1	42	1	test006/NodeArc.H(42): LabelledNode::xeNode
1	1	1	43	1	test006/NodeArc.H(43): LabelledNode::xeNode
2	2	5	107	10	test006/NodeArc.H(107): LabelledArc::arcContains
2	2	7	118	13	test006/NodeArc.H(118): LabelledArc::labelContains
1	1	3	134	6	test006/NodeArc.H(134): LabelledArc::getLabelOrigin
2	2	5	141	10	test006/NodeArc.H(141): LabelledArc::arrowPoints
1	1	6	152	9	test006/NodeArc.H(152): LabelledArc::arrowBoundingBox
4	4	9	162	12	test006/NodeArc.H(162): LabelledArc::arcBoundingBox
2	2	5	179	9	test006/NodeArc.H(179): LabelledArc::drawArrow
1	1	1	200	1	test006/NodeArc.H(200): LabelledArc::owner
1	1	1	202	1	test006/NodeArc.H(202): LabelledArc::getLabel
1	1	1	205	1	test006/NodeArc.H(205): LabelledArc::getLabelColor
1	1	1	208	1	test006/NodeArc.H(208): LabelledArc::getLabelVisible
1	1	3	234	1	test006/NodeArc.H(234): SiblingList::SiblingList
1	1	1	235	1	test006/NodeArc.H(235): SiblingList::~SiblingList
1	1	1	237	1	test006/NodeArc.H(237): SiblingList::count
1	1	1	238	1	test006/NodeArc.H(238): SiblingList::max
3	3	8	244	11	test006/NodeArc.H(244): SiblingList::isSibling
5	5	15	279	28	test006/NodeArc.H(279): RankedArc::arrowPoints
2	2	2	308	3	test006/NodeArc.H(308): RankedArc::computeRank
2	2	2	312	1	test006/NodeArc.H(312): RankedArc::selfish
6	6	19	314	52	test006/NodeArc.H(314): RankedArc::arcContains
4	4	9	369	15	test006/NodeArc.H(369): RankedArc::getLabelOrigin
5	5	20	385	40	test006/NodeArc.H(385): RankedArc::arcBoundingBox
3	3	8	426	14	test006/NodeArc.H(426): RankedArc::drawArc
5	5	11	441	43	test006/NodeArc.H(441): RankedArc::drawRankedArc
5	5	15	485	36	test006/NodeArc.H(485): RankedArc::drawArrow
2	2	3	526	7	test006/NodeArc.H(526): RankedArc::~RankedArc
5	5	10	1	8	test007(1): a
5	5	10	9	8	test007(9): a
5	5	10	17	8	test007(17): a
5	5	10	25	8	test007(25): a
3	3	2	2	7	test008(2): fn1
2	2	2	10	7	test008(10): fn2
1	1	1	13	1	test009(13): function1/class1::amember/class2::bmember
2	2	4	9	10	test009(9): function1/class1::amember
1	1	2	4	20	test009(5): function1
1	1	1	2	5	test011(3): function1
1	1	1	8	5	test011(9): function2
1	1	1	14	5	test011(15): function3
1	1	2	1	6	test013(1): foo
2	2	1	2	6	test014(3): main
1	1	0	2	3	test015(2): Spreadsheetns::ACosFormula::ACosFormula
3	3	3	6	5	test015(6): Spreadsheetns::ACosFormula::ACosFormula
3	3	3	12	6	test015(12): Spreadsheetns::ACosFormula::getResult
1	1	0	21	1	test015(21): foo::bar::bar
1	1	0	25	1	test015(25): foo::foo1::bar::bar
1	1	0	28	2	test015(28): foo::fff
1	1	0	32	1	test015(32): bar::bar
1	1	0	36	1	test015(36): anonymous_namespace::bar::bar
1	1	1	5	1	test016(5): Foo::Foo
1	1	1	10	1	test016(10): Foo::after_potential_parsing_hang
1	1	0	5	1	test018(5): foo
4	4	4	14	24	test021(14): total_lack_of_modularity
1	1	0	3	11	test024(3): RescaleBlock_5x1555_To_4x1555
1	1	1	49	3	test026(49): Tinsel::TinselEngine::getGameID
1	1	1	53	3	test026(53): Tinsel::TinselEngine::getFeatures
1	1	1	57	3	test026(57): Tinsel::TinselEngine::getLanguage
1	1	1	61	3	test026(61): Tinsel::TinselEngine::getPlatform
1	1	1	65	3	test026(65): Tinsel::TinselEngine::getVersion
1	1	1	107	1	test026(107): TinselMetaEngine::TinselMetaEngine
1	1	1	109	3	test026(109): TinselMetaEngine::getName
1	1	1	113	3	test026(113): TinselMetaEngine::getOriginalCopyright
3	3	1	126	6	test026(126): TinselMetaEngine::hasFeature
1	1	1	133	8	test026(133): Tinsel::TinselEngine::hasFeature
3	3	22	146	30	test026(146): TinselMetaEngine::listSaves
2	2	4	177	7	test026(177): TinselMetaEngine::createInstance
38	38	109	197	155	test026(197): TinselMetaEngine::fallbackDetect
1	1	1	353	1	test026(353): TinselMetaEngine::getMaximumSaveSlot
1	1	5	355	8	test026(355): TinselMetaEngine::removeSaveState
4	4	14	372	42	test026(372): Tinsel::TinselEngine::loadGameState
1	1	0	7	1	test027(7): Foo::Bar::Bar
1	1	0	8	1	test027(8): Foo::Bar::~Bar
359	363	793	n/a	2375	Total
RUN: pmccabe -X -vnt test000 test001 test002 test003 test004 test005 test006/Grapher.H test006/Handler.H test006/NodeArc.H test007 test008 test009 test010 test011 test012 test013 test014 test015 test016 test017 test018 test019 test020 test021 test022 test023 test024 test025 test026 test027
   CSL PCT  NCSL PCT  TOTAL  FILENAME
    10  16    54  84     64  test000
     9  24    28  76     37  test001
     2  40     3  60      5  test002
     6  25    18  75     24  test003
     1   4    22  96     23  test004
    32  31    71  69    103  test005
    11  34    21  66     32  test006/Grapher.H
   152  20   618  80    770  test006/Handler.H
   161  30   378  70    539  test006/NodeArc.H
     0   0    32 100     32  test007
     2  12    14  88     16  test008
     3  13    20  87     23  test009
     1  14     6  86      7  test010
     3  17    15  83     18  test011
     0   0     1 100      1  test012
     0   0     6 100      6  test013
     1  14     6  86      7  test014
     5  12    35  88     40  test015
     4  33     8  67     12  test016
     1  12     7  88      8  test017
     2  40     3  60      5  test018
     4  17    19  83     23  test019
     0   0    21 100     21  test020
    12  29    29  71     41  test021
     1  17     5  83      6  test022
     5  50     5  50     10  test023
     8  62     5  38     13  test024
     3   6    46  94     49  test025
   155  36   270  64    425  test026
     1   7    14  93     15  test027
   595  25  1780  75   2375  (total files: 30)
RUN: pmccabe -x -vt test000 test001 test002 test003 test004 test005 test006/Grapher.H test006/Handler.H test006/NodeArc.H test007 test008 test009 test010 test011 test012 test013 test014 test015 test016 test017 test018 test019 test020 test021 test022 test023 test024 test025 test026 test027
Modified McCabe Cyclomatic Complexity
|   Traditional McCabe Cyclomatic Complexity
|       |    # Statements in function
|       |        |   First line of function
|       |        |       |   # lines in function
|       |        |       |       |  filename(definition line number):function
|       |        |       |       |           |
1	1	3	6	6	test000(6): Add::Add
1	1	2	13	5	test000(13): Add::~Add
1	1	1	19	4	test000(19): Add::print
4	8	18	24	35	test000(24): Add::eval
1	1	1	60	4	test000(60): Add::modified_attributes
1	1	0	2	3	test001(2): start
1	1	0	7	6	test001(12): some_class::~some_class
1	1	0	14	1	test001(14): destructor::~destructor
1	1	0	15	1	test001(15): destructor2::~destructor
1	1	4	17	4	test001(17): main
1	1	0	22	1	test001(22): xyzzy::operator()
1	1	0	27	1	test001(27): named_class::member_function
1	1	0	32	1	test001(32): unnamed::member_function
1	1	0	35	3	test001(36): xyzzy::operator+=
1	1	1	1	1	test002(1): class1::class2::class3::member
1	1	1	3	1	test002(3): class1::class2::operator+=
1	1	1	5	1	test002(5): class4::operator+=
1	1	1	6	1	test003(6): T1::operator_long()
1	1	1	15	4	test003(15): T1::operator_long()
1	1	1	20	4	test003(20): T2::operator_long()
1	1	1	8	4	test004(8): T1::unnamed::member
1	1	1	17	4	test004(17): T1::T11::T12::member
1	1	1	22	1	test005(22): TypedValue::HasValue
1	1	1	23	1	test005(23): TypedValue::HasValue
1	1	1	24	1	test005(24): TypedValue::ResetValue
1	1	2	25	1	test005(25): TypedValue::ResetValuePtr
2	2	3	27	2	test005(27): TypedValue::Value
2	2	3	29	2	test005(29): TypedValue::ValueRef
1	1	3	31	2	test005(31): TypedValue::Value
1	1	3	34	1	test005(34): TypedValue::TypedValue
1	1	3	37	2	test005(37): TypedValue::TypedValue
1	1	2	39	1	test005(39): TypedValue::TypedValue
1	1	0	41	1	test005(41): TypedValue::DestroyValue
1	1	1	44	2	test005(45): TypedValue::HasType
1	1	1	46	1	test005(46): TypedValue::Type
1	1	1	49	1	test005(49): TypedValue::TypePtr
1	1	1	50	1	test005(50): TypedValue::TypePtr
1	1	1	58	1	test005(58): TypedValue::Assign
2	2	3	63	4	test005(65): TypedValue::print_type
1	1	3	16	11	test006/Grapher.H(16): Grapher::Grapher
1	1	0	27	1	test006/Grapher.H(27): Grapher::~Grapher
1	1	1	29	1	test006/Grapher.H(29): Grapher::xegraph
2	2	3	68	8	test006/Handler.H(68): ActionHandler::returnControl
1	1	3	77	4	test006/Handler.H(77): ActionHandler::ActionHandler
1	1	1	83	1	test006/Handler.H(83): ActionHandler::target
1	1	1	84	1	test006/Handler.H(84): ActionHandler::target
2	2	2	85	1	test006/Handler.H(85): ActionHandler::targetted
1	1	2	89	4	test006/Handler.H(89): ActionHandler::init
1	1	3	94	6	test006/Handler.H(94): ActionHandler::takeCharge
1	1	2	101	4	test006/Handler.H(101): ActionHandler::abort
1	1	1	117	4	test006/Handler.H(117): MotionHandler::initializeData
1	1	1	122	4	test006/Handler.H(122): MotionHandler::updateData
1	1	3	127	5	test006/Handler.H(127): MotionHandler::startMotion
1	1	4	132	6	test006/Handler.H(132): MotionHandler::updateMotion
1	1	4	138	6	test006/Handler.H(138): MotionHandler::endMotion
1	1	0	145	1	test006/Handler.H(145): MotionHandler::drawGhost
1	1	0	146	1	test006/Handler.H(146): MotionHandler::doIt
1	1	1	148	4	test006/Handler.H(148): MotionHandler::MotionHandler
1	1	1	155	1	test006/Handler.H(155): MotionHandler::isInitialEvent
1	1	1	156	1	test006/Handler.H(156): MotionHandler::isOkInitialTarget
1	1	1	157	1	test006/Handler.H(157): MotionHandler::isOkFinalTarget
1	1	3	174	6	test006/Handler.H(174): ArcHandler::indicateInitialTarget
1	1	1	180	4	test006/Handler.H(180): ArcHandler::indicateNoTarget
1	1	1	184	4	test006/Handler.H(184): ArcHandler::indicateFinalTarget
1	1	1	188	3	test006/Handler.H(188): ArcHandler::indicatePreviousCursor
4	4	6	192	15	test006/Handler.H(192): ArcHandler::drawGhost
1	1	1	208	4	test006/Handler.H(208): ArcHandler::isInitialEvent
2	2	2	213	4	test006/Handler.H(213): ArcHandler::isOkInitialTarget
2	2	2	217	4	test006/Handler.H(217): ArcHandler::isOkFinalTarget
1	1	2	227	5	test006/Handler.H(227): ArcHandler::ArcHandler
1	1	1	232	4	test006/Handler.H(232): ArcHandler::~ArcHandler
1	1	6	250	10	test006/Handler.H(250): ArcMaker::initializeData
2	2	6	260	10	test006/Handler.H(260): ArcMaker::startMotion
10	10	23	271	37	test006/Handler.H(271): ArcMaker::updateMotion
4	4	6	309	11	test006/Handler.H(309): ArcMaker::endMotion
1	1	4	321	10	test006/Handler.H(321): ArcMaker::doIt
2	2	1	332	4	test006/Handler.H(332): ArcMaker::isOkInitialTarget
1	1	1	336	4	test006/Handler.H(336): ArcMaker::isOkFinalTarget
1	1	1	342	4	test006/Handler.H(342): ArcMaker::ArcMaker
2	2	1	356	4	test006/Handler.H(356): ArcChanger::isOkInitialTarget
2	2	1	360	4	test006/Handler.H(360): ArcChanger::isOkFinalTarget
1	1	8	365	12	test006/Handler.H(365): ArcChanger::initializeData
2	2	6	378	12	test006/Handler.H(378): ArcChanger::startMotion
6	6	18	391	30	test006/Handler.H(391): ArcChanger::updateMotion
3	3	6	422	11	test006/Handler.H(422): ArcChanger::endMotion
1	1	1	436	4	test006/Handler.H(436): ArcChanger::ArcChanger
2	2	2	451	8	test006/Handler.H(451): NodeMaker::drawGhost
1	1	1	459	4	test006/Handler.H(459): NodeMaker::isInitialEvent
2	2	2	464	4	test006/Handler.H(464): NodeMaker::isOkInitialTarget
1	1	2	469	5	test006/Handler.H(469): NodeMaker::initializeData
1	1	2	474	5	test006/Handler.H(474): NodeMaker::updateData
1	1	1	482	4	test006/Handler.H(482): NodeMaker::NodeMaker
1	1	1	515	3	test006/Handler.H(515): Selector::deselect
2	2	6	519	10	test006/Handler.H(519): Selector::updateData
2	2	1	530	5	test006/Handler.H(530): Selector::isInitialEvent
1	1	1	536	5	test006/Handler.H(536): Selector::isOkInitialTarget
1	1	4	543	7	test006/Handler.H(543): Selector::Selector
1	1	3	570	10	test006/Handler.H(570): SweepSelector::updateData
2	2	7	581	13	test006/Handler.H(581): SweepSelector::startMotion
2	2	5	595	7	test006/Handler.H(595): SweepSelector::updateMotion
2	2	7	603	10	test006/Handler.H(603): SweepSelector::endMotion
2	2	2	616	8	test006/Handler.H(616): SweepSelector::drawGhost
1	1	1	625	4	test006/Handler.H(625): SweepSelector::isInitialEvent
1	1	1	630	4	test006/Handler.H(630): SweepSelector::isOkInitialTarget
1	1	1	636	4	test006/Handler.H(636): SweepSelector::SweepSelector
1	1	1	658	4	test006/Handler.H(658): SubgraphSelector::isInitialEvent
2	2	1	663	4	test006/Handler.H(663): SubgraphSelector::isOkInitialTarget
1	1	1	669	4	test006/Handler.H(669): SubgraphSelector::SubgraphSelector
1	1	0	681	1	test006/Handler.H(681): ItemMover::startMove
1	1	0	682	1	test006/Handler.H(682): ItemMover::updateMove
1	1	0	683	1	test006/Handler.H(683): ItemMover::endMove
2	2	1	685	3	test006/Handler.H(685): ItemMover::isOkInitialTarget
1	1	1	689	4	test006/Handler.H(689): ItemMover::ItemMover
1	1	4	706	6	test006/Handler.H(706): NodeMover::startMove
2	2	8	712	11	test006/Handler.H(712): NodeMover::updateMove
1	1	1	723	3	test006/Handler.H(723): NodeMover::endMove
1	1	1	728	4	test006/Handler.H(728): NodeMover::NodeMover
3	3	1	740	4	test006/Handler.H(740): SelectionMover::isOkInitialTarget
1	1	1	746	4	test006/Handler.H(746): SelectionMover::SelectionMover
1	1	1	758	4	test006/Handler.H(758): MenuHandler::MenuHandler
1	1	1	31	1	test006/NodeArc.H(31): LabelledNode::~LabelledNode
1	1	1	33	1	test006/NodeArc.H(33): LabelledNode::label
1	1	1	37	1	test006/NodeArc.H(37): LabelledNode::shapeType
1	1	1	39	1	test006/NodeArc.H(39): LabelledNode::borderWidth
1	1	1	40	1	test006/NodeArc.H(40): LabelledNode::borderWidth
1	1	1	42	1	test006/NodeArc.H(42): LabelledNode::xeNode
1	1	1	43	1	test006/NodeArc.H(43): LabelledNode::xeNode
2	2	5	107	10	test006/NodeArc.H(107): LabelledArc::arcContains
2	2	7	118	13	test006/NodeArc.H(118): LabelledArc::labelContains
1	1	3	134	6	test006/NodeArc.H(134): LabelledArc::getLabelOrigin
2	2	5	141	10	test006/NodeArc.H(141): LabelledArc::arrowPoints
1	1	6	152	9	test006/NodeArc.H(152): LabelledArc::arrowBoundingBox
4	4	9	162	12	test006/NodeArc.H(162): LabelledArc::arcBoundingBox
2	2	5	179	9	test006/NodeArc.H(179): LabelledArc::drawArrow
1	1	1	200	1	test006/NodeArc.H(200): LabelledArc::owner
1	1	1	202	1	test006/NodeArc.H(202): LabelledArc::getLabel
1	1	1	205	1	test006/NodeArc.H(205): LabelledArc::getLabelColor
1	1	1	208	1	test006/NodeArc.H(208): LabelledArc::getLabelVisible
1	1	3	234	1	test006/NodeArc.H(234): SiblingList::SiblingList
1	1	1	235	1	test006/NodeArc.H(235): SiblingList::~SiblingList
1	1	1	237	1	test006/NodeArc.H(237): SiblingList::count
1	1	1	238	1	test006/NodeArc.H(238): SiblingList::max
3	3	8	244	11	test006/NodeArc.H(244): SiblingList::isSibling
5	5	18	279	28	test006/NodeArc.H(279): RankedArc::arrowPoints
2	2	2	308	3	test006/NodeArc.H(308): RankedArc::computeRank
2	2	2	312	1	test006/NodeArc.H(312): RankedArc::selfish
8	8	28	314	52	test006/NodeArc.H(314): RankedArc::arcContains
4	4	9	369	15	test006/NodeArc.H(369): RankedArc::getLabelOrigin
6	6	27	385	40	test006/NodeArc.H(385): RankedArc::arcBoundingBox
3	3	8	426	14	test006/NodeArc.H(426): RankedArc::drawArc
10	10	27	441	43	test006/NodeArc.H(441): RankedArc::drawRankedArc
6	6	21	485	36	test006/NodeArc.H(485): RankedArc::drawArrow
2	2	3	526	7	test006/NodeArc.H(526): RankedArc::~RankedArc
5	5	10	1	8	test007(1): a
5	5	10	9	8	test007(9): a
5	5	10	17	8	test007(17): a
5	5	10	25	8	test007(25): a
3	3	2	2	7	test008(2): fn1
2	2	2	10	7	test008(10): fn2
1	1	1	13	1	test009(13): function1/class1::amember/class2::bmember
2	2	4	9	10	test009(9): function1/class1::amember
1	1	2	4	20	test009(5): function1
1	1	1	2	5	test011(3): function1
1	1	1	8	5	test011(9): function2
1	1	1	14	5	test011(15): function3
1	1	2	1	6	test013(1): foo
2	2	1	2	6	test014(3): main
1	1	0	2	3	test015(2): Spreadsheetns::ACosFormula::ACosFormula
3	3	3	6	5	test015(6): Spreadsheetns::ACosFormula::ACosFormula
3	3	3	12	6	test015(12): Spreadsheetns::ACosFormula::getResult
1	1	0	21	1	test015(21): foo::bar::bar
1	1	0	25	1	test015(25): foo::foo1::bar::bar
1	1	0	28	2	test015(28): foo::fff
1	1	0	32	1	test015(32): bar::bar
1	1	0	36	1	test015(36): anonymous_namespace::bar::bar
1	1	1	5	1	test016(5): Foo::Foo
1	1	1	10	1	test016(10): Foo::after_potential_parsing_hang
1	1	0	2	4	test018(5): foo
7	7	7	14	24	test021(14): XXX::total_lack_of_modularity
1	1	1	4	3	test023(4): checkGlError
1	1	6	3	11	test024(3): RescaleBlock_5x1555_To_4x1555
1	1	1	49	3	test026(49): Tinsel::TinselEngine::getGameID
1	1	1	53	3	test026(53): Tinsel::TinselEngine::getFeatures
1	1	1	57	3	test026(57): Tinsel::TinselEngine::getLanguage
1	1	1	61	3	test026(61): Tinsel::TinselEngine::getPlatform
1	1	1	65	3	test026(65): Tinsel::TinselEngine::getVersion
1	1	1	107	1	test026(107): TinselMetaEngine::TinselMetaEngine
1	1	1	109	3	test026(109): TinselMetaEngine::getName
1	1	1	113	3	test026(113): TinselMetaEngine::getOriginalCopyright
3	3	1	126	6	test026(126): TinselMetaEngine::hasFeature
2	2	1	133	8	test026(133): Tinsel::TinselEngine::hasFeature
3	3	22	146	30	test026(146): TinselMetaEngine::listSaves
2	2	4	177	7	test026(177): TinselMetaEngine::createInstance
38	38	109	197	155	test026(197): TinselMetaEngine::fallbackDetect
1	1	1	353	1	test026(353): TinselMetaEngine::getMaximumSaveSlot
1	1	5	355	8	test026(355): TinselMetaEngine::removeSaveState
4	4	14	372	42	test026(372): Tinsel::TinselEngine::loadGameState
1	1	6	416	8	test026(416): Tinsel::TinselEngine::saveGameState
1	1	0	7	1	test027(7): Foo::Bar::Bar
1	1	0	8	1	test027(8): Foo::Bar::~Bar
374	378	854	n/a	2375	Total
"test018", line 3: too many )'s
"test021", line 42: expected closing } for namespace, but got EOF