-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstats.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
642 lines (642 loc) · 47.1 KB
/
stats.csv
File metadata and controls
642 lines (642 loc) · 47.1 KB
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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
misc\bank.als; 22; 2; 1; 5
misc\bankOneBranch.als; 11; 2; 1; 2
misc\bankSomeBranch.als; 7; 2; 1; 1
misc\empty.als; 1; 0; 0; 1
misc\enum\enum1.als; 11; 5; 3; 22
misc\enum\enum2.als; 4; 5; 2; 21
misc\facts\factV1.als; 7; 5; 3; 21
misc\facts\factV2.als; 9; 5; 3; 22
misc\fields\fields1.als; 8; 1; 2; 1
misc\fields\fields2.als; 12; 2; 3; 1
misc\File1.als; 24; 4; 3; 2
misc\File2.als; 24; 4; 4; 2
misc\inheritance\extends1.als; 13; 4; 1; 1
misc\inheritance\extends1v1.als; 9; 2; 2; 1
misc\inheritance\extends1v2.als; 9; 2; 1; 1
misc\inheritance\extends1v3.als; 9; 2; 1; 1
misc\inheritance\extends1_flattened_direct.als; 11; 4; 4; 1
misc\inheritance\extendsWithFieldRestriction.als; 15; 3; 2; 2
misc\inheritance\extendsWithFieldRestriction_flattened.als; 17; 3; 3; 2
misc\inheritance\problemSubset.als; 20; 2; 2; 3
misc\inheritance\problemSubsetInOneQuantification.als; 19; 1; 2; 2
misc\inheritance\sub2merged.als; 26; 4; 4; 3
misc\inheritance\sub2v2.als; 14; 3; 4; 1
misc\inheritance\subset.als; 7; 2; 1; 1
misc\inheritance\subset1.als; 17; 4; 4; 1
misc\multiplicities\b1.als; 17; 3; 1; 1
misc\multiplicities\b1NotB2.als; 17; 2; 1; 3
misc\multiplicities\b1NotB2_alternative.als; 17; 2; 1; 3
misc\multiplicities\b2.als; 11; 3; 1; 2
misc\multiplicities\Bank.als; 5; 2; 1; 1
misc\multiplicities\notB2.als; 14; 2; 1; 2
misc\multiplicities\oneBank.als; 5; 2; 1; 1
misc\multiplicities\tests\fieldTest1v1.als; 6; 2; 1; 1
misc\multiplicities\tests\fieldTest1v2.als; 9; 3; 1; 1
misc\multiplicities\tests\fieldTest2v1.als; 10; 3; 2; 1
misc\multiplicities\tests\fieldTest2v2.als; 11; 3; 2; 1
misc\multiplicities\tests\testSignatureCountv1.als; 9; 2; 1; 2
misc\multiplicities\tests\testSignatureCountv2.als; 8; 2; 1; 1
misc\multiplicities\tests\v2testSignatureCountv1.als; 9; 2; 1; 2
misc\multiplicities\tests\v2testSignatureCountv2.als; 9; 2; 1; 1
misc\one.als; 6; 1; 1; 1
misc\ordering.als; 7; 2; 2; 21
misc\paper\v1.als; 9; 3; 2; 1
misc\paper\v2.als; 15; 3; 2; 3
misc\paper\v3.als; 10; 2; 2; 2
misc\quantification\q1.als; 5; 1; 1; 1
misc\quantification\q2.als; 5; 1; 1; 1
misc\string\string1.als; 1; 0; 0; 1
misc\string\string2.als; 5; 1; 1; 1
misc\string\string3.als; 9; 2; 2; 1
..\models-master\algorithms\discovery\ins.als; 113; 7; 8; 32
..\models-master\algorithms\discovery\INSLabel.als; 147; 13; 10; 12
..\models-master\algorithms\distributed-hashtable\chord.als; 258; 4; 10; 40
..\models-master\algorithms\distributed-hashtable\chord2.als; 273; 4; 10; 43
..\models-master\algorithms\distributed-hashtable\chordbugmodel.als; 231; 4; 8; 18
..\models-master\algorithms\election\stable_ringlead.als; 179; 6; 10; 119
..\models-master\algorithms\election\s_ringlead.als; 152; 4; 8; 92
..\models-master\algorithms\gc\marksweepgc.als; 81; 2; 4; 5
..\models-master\algorithms\mapping\view-backing.als; 215; 14; 12; 59
..\models-master\algorithms\multicasting\iolus.als; 318; 10; 15; 51
..\models-master\algorithms\mutex\dijkstra-2-process.als; 119; 5; 6; 48
..\models-master\algorithms\mutex\dijkstra-K-state.als; 201; 5; 7; 83
..\models-master\algorithms\mutex\peterson.als; 205; 11; 8; 58
..\models-master\algorithms\ring-orientation\stable-orient-ring.als; 89; 6; 10; 74
..\models-master\algorithms\spanning-tree\opt_spantree.als; 219; 6; 8; 89
..\models-master\algorithms\synchronsation\sync.als; 132; 4; 1; 47
..\models-master\ietf-rfcs\rfc7617-BasicAuth\basic-auth.als; 168; 44; 29; 73
..\models-master\logic\syllogism\syllogism.als; 58; 2; 0; 0
..\models-master\models\file-system\file_system.als; 58; 7; 4; 7
..\models-master\models\firewire\firewire.als; 383; 16; 16; 40
..\models-master\models\java\java-map.als; 176; 7; 3; 42
..\models-master\models\java\javatypes.als; 46; 6; 4; 3
..\models-master\models\java\javatypes_soundness.als; 139; 16; 22; 51
..\models-master\models\logic\philosophers.als; 70; 4; 6; 24
..\models-master\models\microsoft-com\com.als; 94; 5; 10; 31
..\models-master\models\transport\railway.als; 63; 4; 5; 9
..\models-master\models\typography\paragraph-numbering.als; 127; 5; 7; 29
..\models-master\paper-examples\jackson-cacm-2019\origin-tracking.als; 72; 7; 6; 6
..\models-master\puzzles\8-queens\queens.als; 37; 2; 1; 4
..\models-master\puzzles\coloring\color-australia.als; 27; 10; 2; 21
..\models-master\puzzles\einstein\einstein-wikipedia.als; 88; 93; 182; 124
..\models-master\puzzles\farmer-chicken-fox\farmer.als; 91; 7; 5; 25
..\models-master\puzzles\halmos-handshake\handshake.als; 62; 3; 2; 3
..\models-master\puzzles\money.als; 48; 9; 1; 8
..\models-master\puzzles\prisoner-room-visit\prisoner.als; 171; 15; 7; 39
..\models-master\puzzles\tower-hanoi\hanoi.als; 140; 6; 7; 65
..\models-master\simple-models\4-bit-adder\4-bit-adder.als; 59; 5; 1; 4
..\models-master\simple-models\books\birthday.als; 68; 3; 2; 6
..\models-master\simple-models\games\life.als; 94; 4; 5; 32
..\models-master\simple-models\genealogy\genealogy.als; 74; 5; 2; 5
..\models-master\simple-models\genealogy\grandpa.als; 88; 3; 4; 5
..\models-master\simple-models\lists\lists.als; 46; 4; 4; 6
..\models-master\simple-models\no-solution\trivial.als; 8; 1; 0; 2
..\models-master\simple-models\state-machine\flip-flop.als; 38; 9; 8; 63
..\models-master\simple-models\state-machine\reset-flipflop-with-enable.als; 35; 10; 8; 63
..\models-master\software-abstractions-book\appendixA\addressBook1.als; 19; 4; 1; 2
..\models-master\software-abstractions-book\appendixA\addressBook2.als; 27; 3; 1; 5
..\models-master\software-abstractions-book\appendixA\barbers.als; 9; 2; 1; 2
..\models-master\software-abstractions-book\appendixA\closure.als; 16; 0; 0; 2
..\models-master\software-abstractions-book\appendixA\distribution.als; 7; 0; 0; 0
..\models-master\software-abstractions-book\appendixA\phones.als; 6; 1; 2; 1
..\models-master\software-abstractions-book\appendixA\prison.als; 17; 3; 2; 2
..\models-master\software-abstractions-book\appendixA\properties.als; 23; 0; 0; 1
..\models-master\software-abstractions-book\appendixA\ring.als; 9; 1; 1; 1
..\models-master\software-abstractions-book\appendixA\spanning.als; 17; 0; 0; 3
..\models-master\software-abstractions-book\appendixA\tree.als; 7; 0; 0; 1
..\models-master\software-abstractions-book\appendixA\tube.als; 21; 15; 3; 2
..\models-master\software-abstractions-book\appendixA\undirected.als; 11; 1; 1; 1
..\models-master\software-abstractions-book\appendixE\p300-hotel.als; 66; 7; 8; 24
..\models-master\software-abstractions-book\appendixE\p303-hotel.als; 70; 7; 8; 24
..\models-master\software-abstractions-book\appendixE\p306-hotel.als; 73; 7; 8; 24
..\models-master\software-abstractions-book\chapter2\addressBook1a.als; 12; 3; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook1b.als; 14; 3; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook1c.als; 15; 3; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook1d.als; 15; 3; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook1e.als; 14; 3; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook1f.als; 19; 3; 1; 2
..\models-master\software-abstractions-book\chapter2\addressBook1g.als; 29; 3; 1; 3
..\models-master\software-abstractions-book\chapter2\addressBook1h.als; 64; 3; 1; 5
..\models-master\software-abstractions-book\chapter2\addressBook2a.als; 16; 6; 1; 1
..\models-master\software-abstractions-book\chapter2\addressBook2b.als; 18; 6; 1; 2
..\models-master\software-abstractions-book\chapter2\addressBook2c.als; 18; 6; 1; 2
..\models-master\software-abstractions-book\chapter2\addressBook2d.als; 19; 6; 1; 2
..\models-master\software-abstractions-book\chapter2\addressBook2e.als; 56; 6; 2; 4
..\models-master\software-abstractions-book\chapter2\addressBook3a.als; 38; 7; 4; 27
..\models-master\software-abstractions-book\chapter2\addressBook3b.als; 76; 7; 4; 26
..\models-master\software-abstractions-book\chapter2\addressBook3c.als; 81; 7; 4; 26
..\models-master\software-abstractions-book\chapter2\addressBook3d.als; 87; 7; 4; 26
..\models-master\software-abstractions-book\chapter4\filesystem.als; 28; 4; 1; 1
..\models-master\software-abstractions-book\chapter4\grandpa1.als; 44; 3; 4; 3
..\models-master\software-abstractions-book\chapter4\grandpa2.als; 38; 3; 4; 3
..\models-master\software-abstractions-book\chapter4\grandpa3.als; 70; 3; 4; 7
..\models-master\software-abstractions-book\chapter4\lights.als; 41; 7; 2; 4
..\models-master\software-abstractions-book\chapter5\addressBook.als; 26; 4; 1; 3
..\models-master\software-abstractions-book\chapter5\lists.als; 23; 4; 2; 1
..\models-master\software-abstractions-book\chapter5\sets1.als; 16; 2; 1; 0
..\models-master\software-abstractions-book\chapter5\sets2.als; 21; 2; 1; 1
..\models-master\software-abstractions-book\chapter6\hotel1.als; 101; 7; 9; 50
..\models-master\software-abstractions-book\chapter6\hotel2.als; 110; 7; 9; 51
..\models-master\software-abstractions-book\chapter6\hotel3.als; 92; 12; 14; 47
..\models-master\software-abstractions-book\chapter6\hotel4.als; 103; 12; 14; 48
..\models-master\software-abstractions-book\chapter6\mediaAssets.als; 117; 5; 8; 9
..\models-master\software-abstractions-book\chapter6\memory\abstractMemory.als; 33; 3; 1; 4
..\models-master\software-abstractions-book\chapter6\memory\cacheMemory.als; 43; 3; 2; 5
..\models-master\software-abstractions-book\chapter6\memory\checkCache.als; 34; 4; 3; 10
..\models-master\software-abstractions-book\chapter6\memory\checkFixedSize.als; 28; 5; 3; 14
..\models-master\software-abstractions-book\chapter6\memory\fixedSizeMemory.als; 21; 3; 1; 5
..\models-master\software-abstractions-book\chapter6\memory\fixedSizeMemory_H.als; 21; 4; 2; 9
..\models-master\software-abstractions-book\chapter6\ringElection1.als; 57; 4; 7; 47
..\models-master\software-abstractions-book\chapter6\ringElection2.als; 74; 4; 7; 49
..\models-master\utilities\messaging\messaging.als; 228; 6; 13; 58
..\models-master\utilities\time\overlapping-ranges.als; 32; 2; 2; 20
..\models-master\utilities\trace\trace.als; 43; 3; 2; 11
..\models-master\utilities\types\boolean.als; 43; 3; 0; 10
..\models-master\utilities\types\graph.als; 78; 1; 0; 35
..\models-master\utilities\types\ordering.als; 106; 2; 2; 20
..\models-master\utilities\types\relation.als; 101; 0; 0; 21
..\models-master\utilities\types\ternary.als; 50; 0; 0; 10
..\models-master\utilities\types\time.als; 53; 2; 2; 21
..\iAlloy-dataset-master\mutant_version_set\addr\v1\addr.als; 43; 4; 2; 4
..\iAlloy-dataset-master\mutant_version_set\addr\v2\addr.als; 43; 4; 2; 4
..\iAlloy-dataset-master\mutant_version_set\addr\v3\addr.als; 43; 4; 2; 4
..\iAlloy-dataset-master\mutant_version_set\addr\v4\addr.als; 43; 4; 2; 4
..\iAlloy-dataset-master\mutant_version_set\addr\v5\addr.als; 43; 4; 2; 4
..\iAlloy-dataset-master\mutant_version_set\addressBook\v1\addressBook.als; 28; 4; 1; 3
..\iAlloy-dataset-master\mutant_version_set\addressBook\v2\addressBook.als; 28; 4; 1; 3
..\iAlloy-dataset-master\mutant_version_set\addressBook\v3\addressBook.als; 28; 4; 1; 3
..\iAlloy-dataset-master\mutant_version_set\addressBook\v4\addressBook.als; 28; 4; 1; 3
..\iAlloy-dataset-master\mutant_version_set\addressBook\v5\addressBook.als; 28; 4; 1; 3
..\iAlloy-dataset-master\mutant_version_set\arr\v1\arr.als; 23; 2; 2; 3
..\iAlloy-dataset-master\mutant_version_set\arr\v2\arr.als; 23; 2; 2; 3
..\iAlloy-dataset-master\mutant_version_set\arr\v3\arr.als; 23; 2; 2; 3
..\iAlloy-dataset-master\mutant_version_set\arr\v4\arr.als; 23; 2; 2; 3
..\iAlloy-dataset-master\mutant_version_set\arr\v5\arr.als; 23; 2; 2; 3
..\iAlloy-dataset-master\mutant_version_set\balancedBST\v1\balancedBST.als; 47; 2; 4; 7
..\iAlloy-dataset-master\mutant_version_set\balancedBST\v2\balancedBST.als; 47; 2; 4; 7
..\iAlloy-dataset-master\mutant_version_set\balancedBST\v3\balancedBST.als; 47; 2; 4; 7
..\iAlloy-dataset-master\mutant_version_set\balancedBST\v4\balancedBST.als; 47; 2; 4; 7
..\iAlloy-dataset-master\mutant_version_set\balancedBST\v5\balancedBST.als; 47; 2; 4; 7
..\iAlloy-dataset-master\mutant_version_set\bempl\v1\bempl.als; 27; 6; 3; 2
..\iAlloy-dataset-master\mutant_version_set\bempl\v2\bempl.als; 27; 6; 3; 2
..\iAlloy-dataset-master\mutant_version_set\bempl\v3\bempl.als; 27; 6; 3; 2
..\iAlloy-dataset-master\mutant_version_set\bempl\v4\bempl.als; 27; 6; 3; 2
..\iAlloy-dataset-master\mutant_version_set\bempl\v5\bempl.als; 27; 6; 3; 2
..\iAlloy-dataset-master\mutant_version_set\binaryTree\v1\binaryTree.als; 19; 1; 2; 2
..\iAlloy-dataset-master\mutant_version_set\binaryTree\v2\binaryTree.als; 19; 1; 2; 2
..\iAlloy-dataset-master\mutant_version_set\binaryTree\v3\binaryTree.als; 19; 1; 2; 2
..\iAlloy-dataset-master\mutant_version_set\binaryTree\v4\binaryTree.als; 19; 1; 2; 2
..\iAlloy-dataset-master\mutant_version_set\binaryTree\v5\binaryTree.als; 19; 1; 2; 2
..\iAlloy-dataset-master\mutant_version_set\cd\v1\cd.als; 29; 2; 1; 4
..\iAlloy-dataset-master\mutant_version_set\cd\v2\cd.als; 29; 2; 1; 4
..\iAlloy-dataset-master\mutant_version_set\cd\v3\cd.als; 29; 2; 1; 4
..\iAlloy-dataset-master\mutant_version_set\cd\v4\cd.als; 27; 2; 1; 4
..\iAlloy-dataset-master\mutant_version_set\cd\v5\cd.als; 25; 2; 1; 4
..\iAlloy-dataset-master\mutant_version_set\ceilingsAndFloors\v1\ceilingsAndFloors.als; 54; 2; 2; 4
..\iAlloy-dataset-master\mutant_version_set\ceilingsAndFloors\v2\ceilingsAndFloors.als; 50; 2; 2; 4
..\iAlloy-dataset-master\mutant_version_set\ceilingsAndFloors\v3\ceilingsAndFloors.als; 50; 2; 2; 4
..\iAlloy-dataset-master\mutant_version_set\ceilingsAndFloors\v4\ceilingsAndFloors.als; 50; 2; 2; 4
..\iAlloy-dataset-master\mutant_version_set\ceilingsAndFloors\v5\ceilingsAndFloors.als; 50; 2; 2; 4
..\iAlloy-dataset-master\mutant_version_set\dijkstra\v1\dijkstra.als; 64; 5; 6; 48
..\iAlloy-dataset-master\mutant_version_set\dijkstra\v2\dijkstra.als; 64; 5; 6; 48
..\iAlloy-dataset-master\mutant_version_set\dijkstra\v3\dijkstra.als; 64; 5; 6; 48
..\iAlloy-dataset-master\mutant_version_set\dijkstra\v4\dijkstra.als; 64; 5; 6; 48
..\iAlloy-dataset-master\mutant_version_set\dijkstra\v5\dijkstra.als; 64; 5; 6; 48
..\iAlloy-dataset-master\mutant_version_set\dll\v1\dll.als; 39; 2; 4; 6
..\iAlloy-dataset-master\mutant_version_set\dll\v2\dll.als; 39; 2; 4; 6
..\iAlloy-dataset-master\mutant_version_set\dll\v3\dll.als; 39; 2; 4; 6
..\iAlloy-dataset-master\mutant_version_set\dll\v4\dll.als; 39; 2; 4; 6
..\iAlloy-dataset-master\mutant_version_set\dll\v5\dll.als; 39; 2; 4; 6
..\iAlloy-dataset-master\mutant_version_set\farmer\v1\farmer.als; 46; 7; 5; 25
..\iAlloy-dataset-master\mutant_version_set\farmer\v2\farmer.als; 46; 7; 5; 25
..\iAlloy-dataset-master\mutant_version_set\farmer\v3\farmer.als; 46; 7; 5; 25
..\iAlloy-dataset-master\mutant_version_set\farmer\v4\farmer.als; 46; 7; 5; 25
..\iAlloy-dataset-master\mutant_version_set\farmer\v5\farmer.als; 46; 7; 5; 25
..\iAlloy-dataset-master\mutant_version_set\filesystem\v1\filesystem.als; 32; 4; 1; 1
..\iAlloy-dataset-master\mutant_version_set\filesystem\v2\filesystem.als; 32; 4; 1; 1
..\iAlloy-dataset-master\mutant_version_set\filesystem\v3\filesystem.als; 32; 4; 1; 1
..\iAlloy-dataset-master\mutant_version_set\filesystem\v4\filesystem.als; 32; 4; 1; 1
..\iAlloy-dataset-master\mutant_version_set\filesystem\v5\filesystem.als; 32; 4; 1; 1
..\iAlloy-dataset-master\mutant_version_set\fullTree\v1\fullTree.als; 29; 1; 2; 4
..\iAlloy-dataset-master\mutant_version_set\fullTree\v2\fullTree.als; 29; 1; 2; 4
..\iAlloy-dataset-master\mutant_version_set\fullTree\v3\fullTree.als; 29; 1; 2; 4
..\iAlloy-dataset-master\mutant_version_set\fullTree\v4\fullTree.als; 29; 1; 2; 4
..\iAlloy-dataset-master\mutant_version_set\fullTree\v5\fullTree.als; 29; 1; 2; 4
..\iAlloy-dataset-master\mutant_version_set\grade\v1\grade.als; 27; 5; 4; 1
..\iAlloy-dataset-master\mutant_version_set\grade\v2\grade.als; 27; 5; 4; 1
..\iAlloy-dataset-master\mutant_version_set\grade\v3\grade.als; 27; 5; 4; 1
..\iAlloy-dataset-master\mutant_version_set\grade\v4\grade.als; 27; 5; 4; 1
..\iAlloy-dataset-master\mutant_version_set\grade\v5\grade.als; 27; 5; 4; 1
..\iAlloy-dataset-master\mutant_version_set\grandpa1\v1\grandpa1.als; 36; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa1\v2\grandpa1.als; 36; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa1\v3\grandpa1.als; 36; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa1\v4\grandpa1.als; 36; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa1\v5\grandpa1.als; 36; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa2\v1\grandpa2.als; 32; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa2\v2\grandpa2.als; 30; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa2\v3\grandpa2.als; 30; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa2\v4\grandpa2.als; 30; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa2\v5\grandpa2.als; 30; 3; 4; 3
..\iAlloy-dataset-master\mutant_version_set\grandpa3\v1\grandpa3.als; 56; 3; 4; 7
..\iAlloy-dataset-master\mutant_version_set\grandpa3\v2\grandpa3.als; 56; 3; 4; 7
..\iAlloy-dataset-master\mutant_version_set\grandpa3\v3\grandpa3.als; 56; 3; 4; 7
..\iAlloy-dataset-master\mutant_version_set\grandpa3\v4\grandpa3.als; 56; 3; 4; 7
..\iAlloy-dataset-master\mutant_version_set\grandpa3\v5\grandpa3.als; 56; 3; 4; 7
..\iAlloy-dataset-master\mutant_version_set\handshake\v1\handshake.als; 33; 3; 2; 3
..\iAlloy-dataset-master\mutant_version_set\handshake\v2\handshake.als; 33; 3; 2; 3
..\iAlloy-dataset-master\mutant_version_set\handshake\v3\handshake.als; 33; 3; 2; 3
..\iAlloy-dataset-master\mutant_version_set\handshake\v4\handshake.als; 33; 3; 2; 3
..\iAlloy-dataset-master\mutant_version_set\handshake\v5\handshake.als; 31; 3; 2; 3
..\iAlloy-dataset-master\mutant_version_set\life\v1\life.als; 62; 4; 5; 31
..\iAlloy-dataset-master\mutant_version_set\life\v2\life.als; 62; 4; 5; 31
..\iAlloy-dataset-master\mutant_version_set\life\v3\life.als; 62; 4; 5; 31
..\iAlloy-dataset-master\mutant_version_set\life\v4\life.als; 62; 4; 5; 31
..\iAlloy-dataset-master\mutant_version_set\life\v5\life.als; 62; 4; 5; 31
..\iAlloy-dataset-master\mutant_version_set\lists\v1\lists.als; 62; 4; 4; 6
..\iAlloy-dataset-master\mutant_version_set\lists\v2\lists.als; 62; 4; 4; 6
..\iAlloy-dataset-master\mutant_version_set\lists\v3\lists.als; 62; 4; 4; 6
..\iAlloy-dataset-master\mutant_version_set\lists\v4\lists.als; 62; 4; 4; 6
..\iAlloy-dataset-master\mutant_version_set\lists\v5\lists.als; 62; 4; 4; 6
..\iAlloy-dataset-master\mutant_version_set\peterson\v1\peterson.als; 126; 11; 8; 58
..\iAlloy-dataset-master\mutant_version_set\peterson\v2\peterson.als; 126; 11; 8; 58
..\iAlloy-dataset-master\mutant_version_set\peterson\v3\peterson.als; 126; 11; 8; 58
..\iAlloy-dataset-master\mutant_version_set\peterson\v4\peterson.als; 126; 11; 8; 58
..\iAlloy-dataset-master\mutant_version_set\peterson\v5\peterson.als; 126; 11; 8; 58
..\iAlloy-dataset-master\mutant_version_set\ringElection1\v1\ringElection1.als; 66; 4; 7; 47
..\iAlloy-dataset-master\mutant_version_set\ringElection1\v2\ringElection1.als; 66; 4; 7; 47
..\iAlloy-dataset-master\mutant_version_set\ringElection1\v3\ringElection1.als; 66; 4; 7; 47
..\iAlloy-dataset-master\mutant_version_set\ringElection1\v4\ringElection1.als; 66; 4; 7; 47
..\iAlloy-dataset-master\mutant_version_set\ringElection1\v5\ringElection1.als; 66; 4; 7; 47
..\iAlloy-dataset-master\mutant_version_set\sll\v1\sll.als; 17; 2; 2; 1
..\iAlloy-dataset-master\mutant_version_set\sll\v2\sll.als; 17; 2; 2; 1
..\iAlloy-dataset-master\mutant_version_set\sll\v3\sll.als; 17; 2; 2; 1
..\iAlloy-dataset-master\mutant_version_set\sll\v4\sll.als; 17; 2; 2; 1
..\iAlloy-dataset-master\mutant_version_set\sll\v5\sll.als; 17; 2; 2; 1
..\iAlloy-dataset-master\mutant_version_set\student\v1\student.als; 54; 5; 3; 7
..\iAlloy-dataset-master\mutant_version_set\student\v2\student.als; 54; 5; 3; 7
..\iAlloy-dataset-master\mutant_version_set\student\v3\student.als; 54; 5; 3; 7
..\iAlloy-dataset-master\mutant_version_set\student\v4\student.als; 54; 5; 3; 7
..\iAlloy-dataset-master\mutant_version_set\student\v5\student.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\addrFaulty\v11\addrFaulty.als; 21; 4; 2; 4
..\iAlloy-dataset-master\real_version_set\addrFaulty\v22\addrFaulty.als; 41; 4; 2; 4
..\iAlloy-dataset-master\real_version_set\arr1\v11\arr1.als; 18; 2; 2; 3
..\iAlloy-dataset-master\real_version_set\arr1\v22\arr1.als; 23; 2; 2; 3
..\iAlloy-dataset-master\real_version_set\arr2\v11\arr2.als; 23; 2; 2; 3
..\iAlloy-dataset-master\real_version_set\arr2\v22\arr2.als; 21; 2; 2; 3
..\iAlloy-dataset-master\real_version_set\balancedBST1\v11\balancedBST1.als; 78; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\balancedBST1\v22\balancedBST1.als; 47; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\balancedBST2\v11\balancedBST2.als; 68; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\balancedBST2\v22\balancedBST2.als; 47; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\balancedBST3\v11\balancedBST3.als; 70; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\balancedBST3\v22\balancedBST3.als; 45; 2; 4; 7
..\iAlloy-dataset-master\real_version_set\bemplFaulty\v11\bemplFaulty.als; 73; 6; 3; 1
..\iAlloy-dataset-master\real_version_set\bemplFaulty\v22\bemplFaulty.als; 27; 6; 3; 2
..\iAlloy-dataset-master\real_version_set\cd1\v11\cd1.als; 34; 2; 1; 4
..\iAlloy-dataset-master\real_version_set\cd1\v22\cd1.als; 27; 2; 1; 4
..\iAlloy-dataset-master\real_version_set\cd2\v11\cd2.als; 33; 2; 1; 4
..\iAlloy-dataset-master\real_version_set\cd2\v22\cd2.als; 29; 2; 1; 4
..\iAlloy-dataset-master\real_version_set\dijkstraFaulty\v11\dijkstraFaulty.als; 120; 5; 6; 48
..\iAlloy-dataset-master\real_version_set\dijkstraFaulty\v22\dijkstraFaulty.als; 64; 5; 6; 48
..\iAlloy-dataset-master\real_version_set\dll1\v11\dll1.als; 58; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll1\v22\dll1.als; 39; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll2\v11\dll2.als; 57; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll2\v22\dll2.als; 39; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll3\v11\dll3.als; 55; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll3\v22\dll3.als; 39; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll4\v11\dll4.als; 52; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\dll4\v22\dll4.als; 39; 2; 4; 6
..\iAlloy-dataset-master\real_version_set\farmerFaulty\v11\farmerFaulty.als; 101; 7; 5; 25
..\iAlloy-dataset-master\real_version_set\farmerFaulty\v22\farmerFaulty.als; 46; 7; 5; 25
..\iAlloy-dataset-master\real_version_set\gradeFaulty\v11\gradeFaulty.als; 23; 5; 4; 1
..\iAlloy-dataset-master\real_version_set\gradeFaulty\v22\gradeFaulty.als; 27; 5; 4; 1
..\iAlloy-dataset-master\real_version_set\student0\v11\student0.als; 50; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student0\v22\student0.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student1\v11\student1.als; 56; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student1\v22\student1.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student10\v11\student10.als; 56; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student10\v22\student10.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student11\v11\student11.als; 55; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student11\v22\student11.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student12\v11\student12.als; 54; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student12\v22\student12.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student13\v11\student13.als; 57; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student13\v22\student13.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student14\v11\student14.als; 59; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student14\v22\student14.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student15\v11\student15.als; 53; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student15\v22\student15.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student16\v11\student16.als; 51; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student16\v22\student16.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student17\v11\student17.als; 54; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student17\v22\student17.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student18\v11\student18.als; 53; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student18\v22\student18.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student19\v11\student19.als; 56; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student19\v22\student19.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student2\v11\student2.als; 53; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student2\v22\student2.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student3\v11\student3.als; 63; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student3\v22\student3.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student4\v11\student4.als; 52; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student4\v22\student4.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student5\v11\student5.als; 53; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student5\v22\student5.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student6\v11\student6.als; 56; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student6\v22\student6.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student7\v11\student7.als; 56; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student7\v22\student7.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student8\v11\student8.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student8\v22\student8.als; 54; 5; 3; 7
..\iAlloy-dataset-master\real_version_set\student9\v11\student9.als; 51; 5; 3; 6
..\iAlloy-dataset-master\real_version_set\student9\v22\student9.als; 54; 5; 3; 7
..\platinum-experiment-data\comparison\CSOS\CSOS.als; 231; 67; 8; 25
..\platinum-experiment-data\comparison\CSOS\CSOSD.als; 231; 67; 8; 25
..\platinum-experiment-data\comparison\CSOS\Declaration.als; 44; 17; 8; 1
..\platinum-experiment-data\comparison\CSOS\Declaration1.als; 39; 17; 8; 1
..\platinum-experiment-data\comparison\Decider\Decider.als; 150; 43; 8; 15
..\platinum-experiment-data\comparison\Decider\Decider11.als; 99; 43; 8; 15
..\platinum-experiment-data\comparison\Decider\Declaration.als; 44; 17; 8; 1
..\platinum-experiment-data\comparison\Ecommerce\Declaration.als; 44; 17; 8; 1
..\platinum-experiment-data\comparison\Ecommerce\Ecommerce.als; 224; 66; 8; 25
..\platinum-experiment-data\comparison\Ecommerce\Ecommerce3.als; 162; 65; 8; 24
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\0.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\1.als; 178; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\10.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\11.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\12.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\13.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\14.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\15.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\16.als; 176; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\17.als; 176; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\18.als; 176; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\19.als; 176; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\2.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\20.als; 176; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\21.als; 169; 66; 8; 24
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\22.als; 169; 66; 8; 24
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\23.als; 163; 65; 8; 23
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\24.als; 156; 64; 8; 22
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\25.als; 155; 64; 8; 22
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\26.als; 154; 63; 8; 22
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\27.als; 154; 63; 8; 22
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\28.als; 154; 63; 8; 22
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\29.als; 148; 62; 8; 21
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\3.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\4.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\5.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\6.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\7.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\8.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\9.als; 177; 67; 8; 25
..\platinum-experiment-data\evolved\CSOSMutants_Evolve\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\0.als; 98; 43; 8; 15
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\1.als; 98; 43; 8; 15
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\10.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\11.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\12.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\13.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\14.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\15.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\16.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\17.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\18.als; 90; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\19.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\2.als; 98; 43; 8; 15
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\20.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\21.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\22.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\23.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\24.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\25.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\26.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\27.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\28.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\29.als; 91; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\3.als; 98; 43; 8; 15
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\4.als; 98; 43; 8; 15
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\5.als; 92; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\6.als; 92; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\7.als; 92; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\8.als; 92; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\9.als; 92; 42; 8; 14
..\platinum-experiment-data\evolved\DeciderMutants_Evolve\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\0.als; 168; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\1.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\10.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\11.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\12.als; 160; 64; 8; 24
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\13.als; 154; 63; 8; 23
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\14.als; 148; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\15.als; 147; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\16.als; 147; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\17.als; 147; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\18.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\19.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\2.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\20.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\21.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\22.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\23.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\24.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\25.als; 140; 61; 8; 21
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\26.als; 146; 62; 8; 22
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\27.als; 140; 61; 8; 21
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\28.als; 140; 61; 8; 21
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\29.als; 140; 61; 8; 21
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\3.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\4.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\5.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\6.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\7.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\8.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\9.als; 167; 66; 8; 25
..\platinum-experiment-data\evolved\EcommerceMutants_Evolve\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\0.als; 128; 49; 8; 19
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\1.als; 128; 49; 8; 19
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\10.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\11.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\12.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\13.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\14.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\15.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\16.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\17.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\18.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\19.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\2.als; 128; 49; 8; 19
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\20.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\21.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\22.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\23.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\24.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\25.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\26.als; 118; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\27.als; 117; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\28.als; 115; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\29.als; 115; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\3.als; 122; 48; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\4.als; 122; 48; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\5.als; 121; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\6.als; 121; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\7.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\8.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\9.als; 119; 47; 8; 18
..\platinum-experiment-data\evolved\WordpressMutants_Evolve\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\paired\CSOSMutants\0.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\1.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\10.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\11.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\12.als; 170; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\13.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\14.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\15.als; 178; 66; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\16.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\17.als; 170; 65; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\18.als; 170; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\19.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\2.als; 171; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\20.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\21.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\22.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\23.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\24.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\25.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\26.als; 177; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\27.als; 169; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\28.als; 170; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\29.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\3.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\4.als; 170; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\5.als; 171; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\6.als; 170; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\7.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\8.als; 168; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\9.als; 171; 66; 8; 24
..\platinum-experiment-data\paired\CSOSMutants\CSOS.als; 178; 67; 8; 25
..\platinum-experiment-data\paired\CSOSMutants\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\paired\DeciderMutants\0.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\1.als; 92; 42; 8; 14
..\platinum-experiment-data\paired\DeciderMutants\10.als; 98; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\11.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\12.als; 98; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\13.als; 100; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\14.als; 97; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\15.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\16.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\17.als; 98; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\18.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\19.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\2.als; 89; 42; 8; 14
..\platinum-experiment-data\paired\DeciderMutants\20.als; 98; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\21.als; 97; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\22.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\23.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\24.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\25.als; 97; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\26.als; 93; 42; 8; 14
..\platinum-experiment-data\paired\DeciderMutants\27.als; 98; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\28.als; 97; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\29.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\3.als; 92; 42; 8; 14
..\platinum-experiment-data\paired\DeciderMutants\4.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\5.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\6.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\7.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\8.als; 91; 42; 8; 14
..\platinum-experiment-data\paired\DeciderMutants\9.als; 99; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\Decider.als; 147; 43; 8; 15
..\platinum-experiment-data\paired\DeciderMutants\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\paired\EcommerceMutants\0.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\1.als; 162; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\10.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\11.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\12.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\13.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\14.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\15.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\16.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\17.als; 156; 64; 8; 23
..\platinum-experiment-data\paired\EcommerceMutants\18.als; 162; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\19.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\2.als; 161; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\20.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\21.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\22.als; 160; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\23.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\24.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\25.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\26.als; 167; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\27.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\28.als; 162; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\29.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\3.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\4.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\5.als; 166; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\6.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\7.als; 161; 65; 8; 24
..\platinum-experiment-data\paired\EcommerceMutants\8.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\9.als; 168; 66; 8; 25
..\platinum-experiment-data\paired\EcommerceMutants\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\paired\EcommerceMutants\Ecommerce.als; 224; 66; 8; 25
..\platinum-experiment-data\paired\WordpressMutants\0.als; 125; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\1.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\10.als; 127; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\11.als; 121; 48; 8; 18
..\platinum-experiment-data\paired\WordpressMutants\12.als; 125; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\13.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\14.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\15.als; 126; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\16.als; 129; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\17.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\18.als; 121; 48; 8; 18
..\platinum-experiment-data\paired\WordpressMutants\19.als; 127; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\2.als; 127; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\20.als; 127; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\21.als; 122; 48; 8; 18
..\platinum-experiment-data\paired\WordpressMutants\22.als; 127; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\23.als; 126; 48; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\24.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\25.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\26.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\27.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\28.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\29.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\3.als; 122; 48; 8; 18
..\platinum-experiment-data\paired\WordpressMutants\4.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\5.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\6.als; 121; 48; 8; 18
..\platinum-experiment-data\paired\WordpressMutants\7.als; 126; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\8.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\9.als; 128; 49; 8; 19
..\platinum-experiment-data\paired\WordpressMutants\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\paired\WordpressMutants\Wordpress.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\CSOSScope\CSOS51.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\CSOS52.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\CSOS53.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\CSOS54.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\CSOS55.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\CSOS56.als; 178; 67; 8; 25
..\platinum-experiment-data\scope\CSOSScope\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\scope\DeciderScope\Decider50.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Decider51.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Decider52.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Decider53.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Decider54.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Decider55.als; 99; 43; 8; 15
..\platinum-experiment-data\scope\DeciderScope\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\scope\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\scope\EcommerceScope\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce50.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce51.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce52.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce53.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce54.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\EcommerceScope\Ecommerce55.als; 224; 66; 8; 25
..\platinum-experiment-data\scope\WordpressScope\Declaration.als; 41; 17; 8; 1
..\platinum-experiment-data\scope\WordpressScope\Wordpress32.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\WordpressScope\Wordpress33.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\WordpressScope\Wordpress34.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\WordpressScope\Wordpress35.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\WordpressScope\Wordpress36.als; 160; 49; 8; 19
..\platinum-experiment-data\scope\WordpressScope\Wordpress37.als; 160; 49; 8; 19