File size: 170,703 Bytes
ff9936a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{"i": 0, "repo": "mjirik/imcut", "func": "ImageGraphCut.__msgc_step3_discontinuity_localization", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 162, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 1, "repo": "mjirik/imcut", "func": "ImageGraphCut.__multiscale_gc_lo2hi_run", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 268, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 2, "repo": "mjirik/imcut", "func": "ImageGraphCut.__multiscale_gc_hi2lo_run", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 3, "repo": "mjirik/imcut", "func": "ImageGraphCut.__ordered_values_by_indexes", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 4, "repo": "mjirik/imcut", "func": "ImageGraphCut.__hi2lo_multiscale_indexes", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 88, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 5, "repo": "mjirik/imcut", "func": "ImageGraphCut.interactivity", "commit_sha": "1b38e7cd18a7a38fe683c1cabe1222fe5fa03aa3", "spdx": "BSD-3-Clause", "n_instr": 90, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 6, "repo": "chitamoor/Rester", "func": "Variables.expand", "commit_sha": "1865b17f70b7c597aeadde2d0907cb1b59f10c0f", "spdx": "MIT", "n_instr": 95, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 7, "repo": "disqus/gutter", "func": "get_gutter_client", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 8, "repo": "disqus/gutter", "func": "PercentRange._modulo", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 9, "repo": "disqus/gutter", "func": "Switch.enabled_for", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 119, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 10, "repo": "disqus/gutter", "func": "Condition.call", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 11, "repo": "disqus/gutter", "func": "Manager.switches", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 12, "repo": "disqus/gutter", "func": "Manager.switch", "commit_sha": "d686fa3cd0551cacfc5630c8e7b5fa75e6dcfdf5", "spdx": "Apache-2.0", "n_instr": 65, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 13, "repo": "kaste/mockito-python", "func": "when", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 77, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 14, "repo": "kaste/mockito-python", "func": "when2", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 15, "repo": "kaste/mockito-python", "func": "patch", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 16, "repo": "kaste/mockito-python", "func": "expect", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 17, "repo": "kaste/mockito-python", "func": "unstub", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 18, "repo": "kaste/mockito-python", "func": "verifyZeroInteractions", "commit_sha": "d6b22b003f56ee5b156dbd9d8ba209faf35b6713", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 19, "repo": "developersociety/django-glitter", "func": "get_templates", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 20, "repo": "developersociety/django-glitter", "func": "attach", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 21, "repo": "quizl/quizler", "func": "get_api_envs", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 22, "repo": "quizl/quizler", "func": "api_call", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 152, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 23, "repo": "MatterMiners/cobald", "func": "exclusive", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 87, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 24, "repo": "MatterMiners/cobald", "func": "service", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 85, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 25, "repo": "MatterMiners/cobald", "func": "ServiceRunner.execute", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 6, "certified_at_32": true}
{"i": 26, "repo": "MatterMiners/cobald", "func": "ServiceRunner.adopt", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 6, "certified_at_32": true}
{"i": 27, "repo": "MatterMiners/cobald", "func": "ServiceRunner.accept", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 28, "repo": "MatterMiners/cobald", "func": "ServiceRunner.shutdown", "commit_sha": "264138de4382d1c9b53fabcbc6660e10b33a914d", "spdx": "MIT", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 29, "repo": "quantmind/agile-toolkit", "func": "milestones", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 30, "repo": "aroberge/experimental", "func": "start_console", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 31, "repo": "aroberge/experimental", "func": "ExperimentalInteractiveConsole.push", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 137, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 32, "repo": "alixedi/palal", "func": "license_loader", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 77, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 33, "repo": "alixedi/palal", "func": "License.get_vector", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 34, "repo": "astroduff/commah", "func": "runcommand", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 385, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 35, "repo": "astroduff/commah", "func": "plotcommand", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 1622, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 36, "repo": "aroberge/experimental", "func": "add_transformers", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 37, "repo": "aroberge/experimental", "func": "import_transformer", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 150, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 38, "repo": "aroberge/experimental", "func": "extract_transformers_from_source", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 62, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 39, "repo": "aroberge/experimental", "func": "remove_not_allowed_in_console", "commit_sha": "031a9be10698b429998436da748b8fdb86f18b47", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 40, "repo": "bradmontgomery/django-chosenadmin", "func": "ChosenAdminMiddleware._match", "commit_sha": "23fad0151d1175d751599a7ee3a1ff35b2d61299", "spdx": "MIT", "n_instr": 48, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 41, "repo": "bradmontgomery/django-chosenadmin", "func": "ChosenAdminMiddleware._chosen_css", "commit_sha": "23fad0151d1175d751599a7ee3a1ff35b2d61299", "spdx": "MIT", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 42, "repo": "bradmontgomery/django-chosenadmin", "func": "ChosenAdminMiddleware._embed", "commit_sha": "23fad0151d1175d751599a7ee3a1ff35b2d61299", "spdx": "MIT", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 43, "repo": "fchorney/rpI2C", "func": "I2C.clean_up", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 44, "repo": "fchorney/rpI2C", "func": "I2C.write_quick", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 45, "repo": "fchorney/rpI2C", "func": "I2C.write_byte", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 46, "repo": "fchorney/rpI2C", "func": "I2C.write_word", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 47, "repo": "fchorney/rpI2C", "func": "I2C.write_raw_byte", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 48, "repo": "fchorney/rpI2C", "func": "I2C.write_block_data", "commit_sha": "7c60f82fa8c91496a74182373da0b95a13919d6e", "spdx": "MIT", "n_instr": 59, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 49, "repo": "developersociety/django-glitter", "func": "ReminderInline.get_formset", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 50, "repo": "developersociety/django-glitter", "func": "process_actions", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 51, "repo": "developersociety/django-glitter", "func": "celery_enabled", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 52, "repo": "jamescooke/flake8-aaa", "func": "do_command_line", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 111, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 53, "repo": "astroduff/commah", "func": "_izip", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 54, "repo": "astroduff/commah", "func": "_checkinput", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 150, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 4, "certified_at_32": true}
{"i": 55, "repo": "astroduff/commah", "func": "getcosmo", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 154, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 56, "repo": "astroduff/commah", "func": "_getcosmoheader", "commit_sha": "3ec70338c5123a053c79ddcf2cb3beac26bc9137", "spdx": "BSD-3-Clause", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 57, "repo": "quantmind/agile-toolkit", "func": "Releases.tag", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 58, "repo": "quantmind/agile-toolkit", "func": "Releases.release_assets", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 59, "repo": "quantmind/agile-toolkit", "func": "Releases.upload", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 95, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 60, "repo": "quantmind/agile-toolkit", "func": "Releases.validate_tag", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 74, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 61, "repo": "mozilla-services/amo2kinto", "func": "is_related_to", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 62, "repo": "mozilla-services/amo2kinto", "func": "get_related_targetApplication", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 65, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 63, "repo": "mozilla-services/amo2kinto", "func": "write_addons_items", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 181, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 64, "repo": "mozilla-services/amo2kinto", "func": "write_plugin_items", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 80, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 65, "repo": "mozilla-services/amo2kinto", "func": "write_gfx_items", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 163, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 66, "repo": "mozilla-services/amo2kinto", "func": "write_cert_items", "commit_sha": "1ec40647e77cf89badbea4a58d328243daed49a9", "spdx": "Apache-2.0", "n_instr": 82, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 67, "repo": "quantmind/agile-toolkit", "func": "GitRepo.label", "commit_sha": "96028e36a842c57b171907c20583a60d1045fec1", "spdx": "BSD-3-Clause", "n_instr": 72, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 68, "repo": "developersociety/django-glitter", "func": "Reminder.get_interval_timedelta", "commit_sha": "2c0280ec83afee80deee94ee3934fc54239c2e87", "spdx": "BSD-3-Clause", "n_instr": 113, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 69, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "InheritanceGraph._build_mappings", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 215, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 70, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "InheritanceGraph._collect_classes", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 191, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 4, "certified_at_32": true}
{"i": 71, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "find_common_prefix", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 119, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 72, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "find_executable", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 138, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 73, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "relative_to", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 89, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 74, "repo": "josiah-wolf-oberholtzer/uqbar", "func": "walk", "commit_sha": "eca7fefebbbee1e2ae13bf5d6baa838be66b1db6", "spdx": "MIT", "n_instr": 137, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 75, "repo": "jamescooke/flake8-aaa", "func": "Checker.run", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 117, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 76, "repo": "MainRo/cyclotron-aio", "func": "make_driver", "commit_sha": "4401076aafe4a72de1d3c4ad6bb7ffa648506f7e", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 77, "repo": "alixedi/palal", "func": "_stdin_", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 78, "repo": "alixedi/palal", "func": "survey_loader", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 79, "repo": "alixedi/palal", "func": "Survey.format_choices", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 72, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 80, "repo": "alixedi/palal", "func": "Survey.is_answer_valid", "commit_sha": "325359f66ac48a9f96efea0489aec353f8a40837", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 81, "repo": "jamescooke/flake8-aaa", "func": "LineMarkers.update", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 82, "repo": "jamescooke/flake8-aaa", "func": "LineMarkers.check_arrange_act_spacing", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 83, "repo": "jamescooke/flake8-aaa", "func": "LineMarkers.check_act_assert_spacing", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 84, "repo": "jamescooke/flake8-aaa", "func": "LineMarkers.check_block_spacing", "commit_sha": "29938b96845fe32ced4358ba66af3b3be2a37794", "spdx": "MIT", "n_instr": 234, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 85, "repo": "fredrike/pypoint", "func": "PointSession.get_access_token", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 65, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 86, "repo": "fredrike/pypoint", "func": "PointSession._request", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 105, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 87, "repo": "fredrike/pypoint", "func": "PointSession._request_devices", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 88, "repo": "fredrike/pypoint", "func": "PointSession.read_sensor", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 89, "repo": "fredrike/pypoint", "func": "PointSession._register_webhook", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 90, "repo": "fredrike/pypoint", "func": "PointSession.remove_webhook", "commit_sha": "b5c9a701d2b7e24d796aa7f8c410360b61d8ec8a", "spdx": "MIT", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 91, "repo": "bgruening/galaxy_ie_helpers", "func": "_get_ip", "commit_sha": "22d0f77d9e35297e0e6ca4136d5057409699d137", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 92, "repo": "bgruening/galaxy_ie_helpers", "func": "get_galaxy_connection", "commit_sha": "22d0f77d9e35297e0e6ca4136d5057409699d137", "spdx": "MIT", "n_instr": 127, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 93, "repo": "bgruening/galaxy_ie_helpers", "func": "put", "commit_sha": "22d0f77d9e35297e0e6ca4136d5057409699d137", "spdx": "MIT", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 94, "repo": "bgruening/galaxy_ie_helpers", "func": "get", "commit_sha": "22d0f77d9e35297e0e6ca4136d5057409699d137", "spdx": "MIT", "n_instr": 127, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 95, "repo": "bgruening/galaxy_ie_helpers", "func": "get_user_history", "commit_sha": "22d0f77d9e35297e0e6ca4136d5057409699d137", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 96, "repo": "quizl/quizler", "func": "get_user_sets", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 97, "repo": "quizl/quizler", "func": "print_user_sets", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 98, "repo": "quizl/quizler", "func": "get_common_terms", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 99, "repo": "quizl/quizler", "func": "print_common_terms", "commit_sha": "44b3fd91f7074e7013ffde8147455f45ebdccc46", "spdx": "MIT", "n_instr": 55, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 100, "repo": "MainRo/cyclotron-aio", "func": "run", "commit_sha": "4401076aafe4a72de1d3c4ad6bb7ffa648506f7e", "spdx": "MIT", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 101, "repo": "beregond/jsonmodels", "func": "compare_schemas", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 102, "repo": "beregond/jsonmodels", "func": "is_ecma_regex", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 103, "repo": "beregond/jsonmodels", "func": "convert_ecma_regex_to_python", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 93, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 104, "repo": "beregond/jsonmodels", "func": "convert_python_regex_to_ecma", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 105, "repo": "beregond/jsonmodels", "func": "Base.populate", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 106, "repo": "beregond/jsonmodels", "func": "Base.get_field", "commit_sha": "97a1a6b90a49490fc5a6078f49027055d2e13541", "spdx": "BSD-3-Clause", "n_instr": 35, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 107, "repo": "frictionlessdata/tableschema-sql-py", "func": "Writer.write", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 134, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 108, "repo": "frictionlessdata/tableschema-sql-py", "func": "Writer.__prepare_bloom", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 109, "repo": "frictionlessdata/tableschema-sql-py", "func": "Writer.__insert", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 109, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 110, "repo": "frictionlessdata/tableschema-sql-py", "func": "Writer.__update", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 111, "repo": "frictionlessdata/tableschema-sql-py", "func": "Writer.__check_existing", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 66, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 112, "repo": "frictionlessdata/tableschema-sql-py", "func": "Storage.buckets", "commit_sha": "81ca4b564f6dac5fe3adc6553b353826190df6f8", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 113, "repo": "varunsrin/one-py", "func": "ONProcess.open_hierarchy", "commit_sha": "8fcf021bcf776a1802a69f50dfd180daf83536ff", "spdx": "MIT", "n_instr": 59, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 114, "repo": "varunsrin/one-py", "func": "ONProcess.create_new_page", "commit_sha": "8fcf021bcf776a1802a69f50dfd180daf83536ff", "spdx": "MIT", "n_instr": 59, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 115, "repo": "varunsrin/one-py", "func": "ONProcess.get_page_content", "commit_sha": "8fcf021bcf776a1802a69f50dfd180daf83536ff", "spdx": "MIT", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 116, "repo": "varunsrin/one-py", "func": "ONProcess.publish", "commit_sha": "8fcf021bcf776a1802a69f50dfd180daf83536ff", "spdx": "MIT", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 117, "repo": "varunsrin/one-py", "func": "ONProcess.get_special_location", "commit_sha": "8fcf021bcf776a1802a69f50dfd180daf83536ff", "spdx": "MIT", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 118, "repo": "GGiecold/Cluster_Ensembles", "func": "memory", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 119, "repo": "GGiecold/Cluster_Ensembles", "func": "get_chunk_size", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 151, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 120, "repo": "GGiecold/Cluster_Ensembles", "func": "get_compression_filter", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 121, "repo": "GGiecold/Cluster_Ensembles", "func": "build_hypergraph_adjacency", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 48, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 122, "repo": "GGiecold/Cluster_Ensembles", "func": "store_hypergraph_adjacency", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 148, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 123, "repo": "GGiecold/Cluster_Ensembles", "func": "load_hypergraph_adjacency", "commit_sha": "d1b1ce9f541fc937ac7c677e964520e0e9163dc7", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 124, "repo": "9b/google-alerts", "func": "obfuscate", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 142, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 125, "repo": "9b/google-alerts", "func": "GoogleAlerts._config_bootstrap", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 138, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 126, "repo": "9b/google-alerts", "func": "GoogleAlerts._session_check", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 109, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 127, "repo": "9b/google-alerts", "func": "GoogleAlerts._logger", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 128, "repo": "9b/google-alerts", "func": "GoogleAlerts.set_log_level", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 129, "repo": "9b/google-alerts", "func": "GoogleAlerts._process_state", "commit_sha": "69a502cbcccf1bcafe963ed40d286441b0117e04", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 130, "repo": "r1chardj0n3s/pip-check-reqs", "func": "search_packages_info", "commit_sha": "2f9bfe821d122dca1877c51f288b8a8b31877f79", "spdx": "MIT", "n_instr": 351, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 131, "repo": "loftylabs/django-developer-panel", "func": "DebugMiddleware.process_view", "commit_sha": "52fd2666a158b197fdd643d3c2c4d9bbc5ba230a", "spdx": "BSD-3-Clause", "n_instr": 148, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 132, "repo": "loftylabs/django-developer-panel", "func": "DebugMiddleware.process_response", "commit_sha": "52fd2666a158b197fdd643d3c2c4d9bbc5ba230a", "spdx": "BSD-3-Clause", "n_instr": 116, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 133, "repo": "codeinthehole/django-cacheback", "func": "get_job_class", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 96, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 134, "repo": "codeinthehole/django-cacheback", "func": "Job.get", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 247, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 135, "repo": "codeinthehole/django-cacheback", "func": "Job.invalidate", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 72, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 136, "repo": "codeinthehole/django-cacheback", "func": "Job.delete", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 137, "repo": "codeinthehole/django-cacheback", "func": "Job.raw_get", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 138, "repo": "codeinthehole/django-cacheback", "func": "Job.set", "commit_sha": "0c79a524a28ca2fada98ed58c26c544f07a58e14", "spdx": "MIT", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 139, "repo": "bartromgens/geojsoncontour", "func": "angle", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 140, "repo": "bartromgens/geojsoncontour", "func": "keep_high_angle", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 131, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 141, "repo": "bartromgens/geojsoncontour", "func": "set_contourf_properties", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 142, "repo": "bartromgens/geojsoncontour", "func": "contour_to_geojson", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 131, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 143, "repo": "bartromgens/geojsoncontour", "func": "contourf_to_geojson_overlap", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 126, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 144, "repo": "bartromgens/geojsoncontour", "func": "contourf_to_geojson", "commit_sha": "79e30718fa0c1d96a2459eb1f45d06d699d240ed", "spdx": "MIT", "n_instr": 193, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 5, "certified_at_32": true}
{"i": 145, "repo": "mattupstate/flask-social", "func": "get_authorize_callback", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 146, "repo": "mattupstate/flask-social", "func": "ConnectionDatastore.delete_connection", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 147, "repo": "mattupstate/flask-social", "func": "ConnectionDatastore.delete_connections", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 148, "repo": "mattupstate/flask-social", "func": "login", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 149, "repo": "mattupstate/flask-social", "func": "connect", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 150, "repo": "mattupstate/flask-social", "func": "remove_all_connections", "commit_sha": "36f5790c8fb6d4d9a5120d099419ba30fd73e897", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 151, "repo": "eugene-eeo/mailthon", "func": "guess", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 152, "repo": "eugene-eeo/mailthon", "func": "format_addresses", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 52, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 153, "repo": "eugene-eeo/mailthon", "func": "stringify_address", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 154, "repo": "eugene-eeo/mailthon", "func": "email", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 155, "repo": "eugene-eeo/mailthon", "func": "postman", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 31, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 4, "certified_at_32": true}
{"i": 156, "repo": "eugene-eeo/mailthon", "func": "Enclosure.mime", "commit_sha": "e3d5aef62505acb4edbc33e3378a04951c3199cb", "spdx": "MIT", "n_instr": 22, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 157, "repo": "ramses-tech/ramses", "func": "get_existing_model", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 158, "repo": "ramses-tech/ramses", "func": "prepare_relationship", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 159, "repo": "ramses-tech/ramses", "func": "generate_model_cls", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 318, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 160, "repo": "ramses-tech/ramses", "func": "setup_data_model", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 161, "repo": "ramses-tech/ramses", "func": "handle_model_generation", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 162, "repo": "ramses-tech/ramses", "func": "setup_model_event_subscribers", "commit_sha": "ea2e1e896325b7256cdf5902309e05fd98e0c14c", "spdx": "Apache-2.0", "n_instr": 81, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 163, "repo": "edoburu/sphinxcontrib-django", "func": "setup", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 164, "repo": "edoburu/sphinxcontrib-django", "func": "patch_django_for_autodoc", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 165, "repo": "edoburu/sphinxcontrib-django", "func": "setup", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 166, "repo": "edoburu/sphinxcontrib-django", "func": "autodoc_skip", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 26, "tuned_greedy_certified": true, "base_greedy_certified": true, "first_passing_sample": null, "certified_at_32": true}
{"i": 167, "repo": "edoburu/sphinxcontrib-django", "func": "improve_model_docstring", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 168, "repo": "edoburu/sphinxcontrib-django", "func": "_improve_class_docs", "commit_sha": "5116ac7f1510a76b1ff58cf7f8d2fab7d8bbe2a9", "spdx": "Apache-2.0", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 169, "repo": "ramazanpolat/prodict", "func": "Prodict.attr_names", "commit_sha": "e67e34738af1542f3b6c91c0e838f5be9a84aad4", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 170, "repo": "hbldh/pyefd", "func": "elliptic_fourier_descriptors", "commit_sha": "5c4e880fd6e70e8077fc8c0be4eec9df5b9ee596", "spdx": "MIT", "n_instr": 216, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 171, "repo": "hbldh/pyefd", "func": "normalize_efd", "commit_sha": "5c4e880fd6e70e8077fc8c0be4eec9df5b9ee596", "spdx": "MIT", "n_instr": 264, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 28, "certified_at_32": true}
{"i": 172, "repo": "hbldh/pyefd", "func": "calculate_dc_coefficients", "commit_sha": "5c4e880fd6e70e8077fc8c0be4eec9df5b9ee596", "spdx": "MIT", "n_instr": 167, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 173, "repo": "hbldh/pyefd", "func": "plot_efd", "commit_sha": "5c4e880fd6e70e8077fc8c0be4eec9df5b9ee596", "spdx": "MIT", "n_instr": 258, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 174, "repo": "rshk/python-libxdo", "func": "_errcheck", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 175, "repo": "rshk/python-libxdo", "func": "_gen_input_mask", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 176, "repo": "rshk/python-libxdo", "func": "Xdo.move_mouse", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 177, "repo": "rshk/python-libxdo", "func": "Xdo.move_mouse_relative_to_window", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 178, "repo": "rshk/python-libxdo", "func": "Xdo.move_mouse_relative", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 19, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 179, "repo": "rshk/python-libxdo", "func": "Xdo.mouse_down", "commit_sha": "84cafa5943b005bc423edd28203a5266b3579ac3", "spdx": "BSD-3-Clause", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 180, "repo": "elifesciences/elife-tools", "func": "strip_punctuation_space", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 181, "repo": "elifesciences/elife-tools", "func": "join_sentences", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 182, "repo": "elifesciences/elife-tools", "func": "coerce_to_int", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 183, "repo": "elifesciences/elife-tools", "func": "nullify", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 184, "repo": "elifesciences/elife-tools", "func": "strippen", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 185, "repo": "elifesciences/elife-tools", "func": "inten", "commit_sha": "4b9e38cbe485c61a4ed7cbd8970c6b318334fd86", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 186, "repo": "lalinsky/python-phoenixdb", "func": "connect", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 187, "repo": "lalinsky/python-phoenixdb", "func": "AvaticaClient.connect", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 188, "repo": "lalinsky/python-phoenixdb", "func": "AvaticaClient.close", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 64, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 189, "repo": "lalinsky/python-phoenixdb", "func": "AvaticaClient.connection_sync", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 88, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 190, "repo": "lalinsky/python-phoenixdb", "func": "AvaticaClient.open_connection", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 191, "repo": "lalinsky/python-phoenixdb", "func": "AvaticaClient.close_connection", "commit_sha": "1bb34488dd530ca65f91b29ef16aa7b71f26b806", "spdx": "Apache-2.0", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 192, "repo": "wdm0006/sklearn-extensions", "func": "KernelRegression.fit", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 193, "repo": "wdm0006/sklearn-extensions", "func": "KernelRegression.predict", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 194, "repo": "wdm0006/sklearn-extensions", "func": "BaseRandomLayer._compute_hidden_activations", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 66, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 195, "repo": "wdm0006/sklearn-extensions", "func": "BaseRandomLayer.transform", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 196, "repo": "wdm0006/sklearn-extensions", "func": "RandomLayer._compute_radii", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 197, "repo": "wdm0006/sklearn-extensions", "func": "RandomLayer._compute_centers", "commit_sha": "329f3efdb8c3c3a367b264f7c76c76411a784530", "spdx": "BSD-3-Clause", "n_instr": 167, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 198, "repo": "raphaelgyory/django-rest-messaging", "func": "compat_serializer_check_is_valid", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 199, "repo": "raphaelgyory/django-rest-messaging", "func": "compat_serializer_attr", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 200, "repo": "raphaelgyory/django-rest-messaging", "func": "compat_get_paginated_response", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 52, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 201, "repo": "raphaelgyory/django-rest-messaging", "func": "compat_pagination_messages", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 202, "repo": "raphaelgyory/django-rest-messaging", "func": "ThreadSerializer.get_participants", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 203, "repo": "raphaelgyory/django-rest-messaging", "func": "ComplexMessageSerializer.get_is_notification", "commit_sha": "c9d5405fed7db2d79ec5c93c721a8fe42ea86958", "spdx": "ISC", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 204, "repo": "letuananh/chirptext", "func": "SmartURL.process", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 99, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 205, "repo": "letuananh/chirptext", "func": "WebHelper.fetch", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 239, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 7, "certified_at_32": true}
{"i": 206, "repo": "letuananh/chirptext", "func": "WebHelper.download", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 142, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 207, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._platform", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 208, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._delay", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 45, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 209, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._departure", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 64, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 210, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._extract", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 45, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 211, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._info", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 212, "repo": "cgtobi/PyRMVtransport", "func": "RMVJourney._info_long", "commit_sha": "20a0d68ecfdedceb32e8ca96c381fdec7e2069c7", "spdx": "MIT", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 213, "repo": "pyout/pyout", "func": "validate", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 77, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 214, "repo": "pyout/pyout", "func": "value_type", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 56, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 215, "repo": "letuananh/chirptext", "func": "_register_mecab_loc", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 216, "repo": "letuananh/chirptext", "func": "run_mecab_process", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 76, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 217, "repo": "letuananh/chirptext", "func": "parse", "commit_sha": "ce60b47257b272a587c8703ea1f86cd1a45553a7", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 218, "repo": "meng89/ipodshuffle", "func": "Shuffle.create_track", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 219, "repo": "meng89/ipodshuffle", "func": "_Voice.voice", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 26, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 220, "repo": "meng89/ipodshuffle", "func": "AudioDB.add", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 26, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 221, "repo": "alefnula/tea", "func": "_get_cmd", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 222, "repo": "MainRo/cyclotron-std", "func": "argparse", "commit_sha": "da4188f1c99aafc3a491803c23e01b44b52a15b1", "spdx": "MIT", "n_instr": 184, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 223, "repo": "Duke-QCD/hic", "func": "qn", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 224, "repo": "Duke-QCD/hic", "func": "Cumulant.correlation", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 44, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 225, "repo": "Duke-QCD/hic", "func": "Cumulant.cumulant", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 226, "repo": "Duke-QCD/hic", "func": "Cumulant.flow", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 101, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 227, "repo": "Duke-QCD/hic", "func": "Sampler._pdf", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 35, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 228, "repo": "Duke-QCD/hic", "func": "Sampler._uniform_phi", "commit_sha": "9afb141735b1ac228d296a2349225d2bdcdb68f0", "spdx": "MIT", "n_instr": 21, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 229, "repo": "alefnula/tea", "func": "smart_text", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 98, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 230, "repo": "alefnula/tea", "func": "smart_bytes", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 109, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 231, "repo": "hufman/flask_rdf", "func": "ViewDecorator.output", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 61, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 232, "repo": "hufman/flask_rdf", "func": "ViewDecorator.decorate", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 233, "repo": "alefnula/tea", "func": "Config.get", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 234, "repo": "alefnula/tea", "func": "Config.insert", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 235, "repo": "alefnula/tea", "func": "MultiConfig.keys", "commit_sha": "f5a0a724a425ec4f9dd2c7fe966ef06faf3a15a3", "spdx": "BSD-3-Clause", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 236, "repo": "night-crawler/django-docker-helpers", "func": "MPTRedisParser.get", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 116, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 237, "repo": "Robpol86/appveyor-artifacts", "func": "setup_logging", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 108, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 238, "repo": "Robpol86/appveyor-artifacts", "func": "with_log", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 88, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 239, "repo": "Robpol86/appveyor-artifacts", "func": "get_arguments", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 245, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 240, "repo": "Robpol86/appveyor-artifacts", "func": "query_api", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 219, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 16, "certified_at_32": true}
{"i": 241, "repo": "Robpol86/appveyor-artifacts", "func": "validate", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 162, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 242, "repo": "Robpol86/appveyor-artifacts", "func": "query_build_version", "commit_sha": "20bc2963b09f4142fd4c0b1f5da04f1105379e36", "spdx": "MIT", "n_instr": 128, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 243, "repo": "mmEissen/airpixel", "func": "ConnectionSupervisor.incoming_messages", "commit_sha": "23385776eaa1a8a573fa94200eea051fa7c6c120", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 244, "repo": "pyout/pyout", "func": "_safe_get", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 245, "repo": "pyout/pyout", "func": "RowNormalizer.strip_callables", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 128, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 246, "repo": "pyout/pyout", "func": "StyleFields.build", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 157, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 247, "repo": "pyout/pyout", "func": "StyleFields._compose", "commit_sha": "d9ff954bdedb6fc70f21f4fe77ad4bf926b201b0", "spdx": "MIT", "n_instr": 96, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 248, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafka.get_config", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 249, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafka.get_brokers", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 72, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 250, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafka.create_ssl_certs", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 251, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafka.create_temp_file", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 252, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafka.prefix_topic", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 65, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 253, "repo": "HubbleHQ/heroku-kafka", "func": "HerokuKafkaProducer.send", "commit_sha": "2c28b79e0ba130e13e91d9458826d4930eee2c52", "spdx": "MIT", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 254, "repo": "night-crawler/django-docker-helpers", "func": "BaseParser.get", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 255, "repo": "night-crawler/django-docker-helpers", "func": "BaseParser.coerce", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 69, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 256, "repo": "night-crawler/django-docker-helpers", "func": "BaseParser.client", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 257, "repo": "night-crawler/django-docker-helpers", "func": "write_uwsgi_ini_cfg", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 258, "repo": "night-crawler/django-docker-helpers", "func": "MPTConsulParser.get", "commit_sha": "b64f8009101a8eb61d3841124ba19e3ab881aa2f", "spdx": "MIT", "n_instr": 149, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 259, "repo": "meng89/ipodshuffle", "func": "itunessd_to_dics", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 110, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 260, "repo": "meng89/ipodshuffle", "func": "dics_to_itunessd", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 443, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 261, "repo": "jonhadfield/creds", "func": "create_plan", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 169, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 4, "certified_at_32": true}
{"i": 262, "repo": "jonhadfield/creds", "func": "execute_plan", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 284, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 263, "repo": "hufman/flask_rdf", "func": "Decorator.output", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 67, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 264, "repo": "meng89/ipodshuffle", "func": "Storage.add", "commit_sha": "c9093dbb5cdac609376ebd3b4ef1b0fc58107d96", "spdx": "MIT", "n_instr": 75, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 265, "repo": "smnorris/pgdata", "func": "Database.schemas", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 60, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 266, "repo": "smnorris/pgdata", "func": "Database.tables", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 68, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 267, "repo": "smnorris/pgdata", "func": "Database._valid_table_name", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 268, "repo": "smnorris/pgdata", "func": "Database.build_query", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 269, "repo": "smnorris/pgdata", "func": "Database.tables_in_schema", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 270, "repo": "smnorris/pgdata", "func": "Database.parse_table_name", "commit_sha": "8b0294024d5ef30b4ae9184888e2cc7004d1784e", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 271, "repo": "jonhadfield/creds", "func": "read_authorized_keys", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 153, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 272, "repo": "jonhadfield/creds", "func": "write_authorized_keys", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 198, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 273, "repo": "jonhadfield/creds", "func": "PublicKey.b64encoded", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 274, "repo": "jonhadfield/creds", "func": "PublicKey.raw", "commit_sha": "b2053b43516cf742c6e4c2b79713bc625592f47c", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 275, "repo": "hufman/flask_rdf", "func": "add_format", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 276, "repo": "hufman/flask_rdf", "func": "FormatSelector.add_format", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 277, "repo": "hufman/flask_rdf", "func": "FormatSelector.get_default_mimetype", "commit_sha": "9bf86023288171eb0665c15fb28070250f80310c", "spdx": "BSD-2-Clause", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 278, "repo": "OCHA-DAP/hdx-data-freshness", "func": "send_http", "commit_sha": "991152a5ec4c4a980a5378411db060b13730cad3", "spdx": "MIT", "n_instr": 440, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 279, "repo": "dArignac/pelican-extended-sitemap", "func": "SitemapGenerator.generate_output", "commit_sha": "1cf7746c071c303db3b321955a91b3a78d9585f8", "spdx": "MIT", "n_instr": 478, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 280, "repo": "dArignac/pelican-extended-sitemap", "func": "SitemapGenerator.__get_direct_template_url", "commit_sha": "1cf7746c071c303db3b321955a91b3a78d9585f8", "spdx": "MIT", "n_instr": 45, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 281, "repo": "dArignac/pelican-extended-sitemap", "func": "SitemapGenerator.__process_url_wrapper_elements", "commit_sha": "1cf7746c071c303db3b321955a91b3a78d9585f8", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 282, "repo": "dArignac/pelican-extended-sitemap", "func": "SitemapGenerator.__create_url_node_for_content", "commit_sha": "1cf7746c071c303db3b321955a91b3a78d9585f8", "spdx": "MIT", "n_instr": 127, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 283, "repo": "nathan-hoad/outbox", "func": "add_attachment", "commit_sha": "afd28cd14023fdbcd40ad8925ea09c2a9b4d98cb", "spdx": "BSD-2-Clause", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 284, "repo": "nathan-hoad/outbox", "func": "Outbox._login", "commit_sha": "afd28cd14023fdbcd40ad8925ea09c2a9b4d98cb", "spdx": "BSD-2-Clause", "n_instr": 57, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 285, "repo": "nathan-hoad/outbox", "func": "Outbox.send", "commit_sha": "afd28cd14023fdbcd40ad8925ea09c2a9b4d98cb", "spdx": "BSD-2-Clause", "n_instr": 85, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 286, "repo": "RI-imaging/qpimage", "func": "check", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 80, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 287, "repo": "RI-imaging/qpimage", "func": "check_attributes", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 288, "repo": "RI-imaging/qpimage", "func": "check_background", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 191, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 289, "repo": "RI-imaging/qpimage", "func": "write_image_dataset", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 85, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 290, "repo": "RI-imaging/qpimage", "func": "ImageData.info", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 136, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 291, "repo": "RI-imaging/qpimage", "func": "ImageData.del_bg", "commit_sha": "863c0fce5735b4c0ae369f75c0df9a33411b2bb2", "spdx": "MIT", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 292, "repo": "Parquery/icontract", "func": "main", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 196, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 293, "repo": "Parquery/icontract", "func": "_collapse_invariants", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 70, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 294, "repo": "Parquery/icontract", "func": "_collapse_preconditions", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 57, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 295, "repo": "Parquery/icontract", "func": "_collapse_snapshots", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 296, "repo": "Parquery/icontract", "func": "_collapse_postconditions", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 297, "repo": "Parquery/icontract", "func": "_decorate_namespace_function", "commit_sha": "846e3187869a9ba790e9b893c98e5055e1cce274", "spdx": "MIT", "n_instr": 254, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 298, "repo": "lang-uk/tokenize-uk", "func": "tokenize_sents", "commit_sha": "52769b0f43af29d4a5863a7836364b3b9c10dd09", "spdx": "MIT", "n_instr": 182, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 21, "certified_at_32": true}
{"i": 299, "repo": "lang-uk/tokenize-uk", "func": "tokenize_text", "commit_sha": "52769b0f43af29d4a5863a7836364b3b9c10dd09", "spdx": "MIT", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 300, "repo": "nitely/django-djconfig", "func": "override_djconfig", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 107, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 301, "repo": "nitely/django-djconfig", "func": "serialize", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 68, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 302, "repo": "nitely/django-djconfig", "func": "get_version", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 104, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 303, "repo": "nitely/django-djconfig", "func": "_check_backend", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 304, "repo": "nitely/django-djconfig", "func": "Config._register", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 35, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 305, "repo": "nitely/django-djconfig", "func": "Config._reload", "commit_sha": "5e79a048ef5c9529075cad947b0c309115035d7e", "spdx": "MIT", "n_instr": 265, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 306, "repo": "gamechanger/schemer", "func": "Mixed", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 99, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 307, "repo": "gamechanger/schemer", "func": "one_of", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 308, "repo": "gamechanger/schemer", "func": "gte", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 309, "repo": "gamechanger/schemer", "func": "lte", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 310, "repo": "gamechanger/schemer", "func": "gt", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 311, "repo": "gamechanger/schemer", "func": "lt", "commit_sha": "1d1dd7da433d3b84ce5a80ded5a84ab4a65825ee", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 312, "repo": "GaretJax/lancet", "func": "load_config", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 72, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 313, "repo": "GaretJax/lancet", "func": "as_dict", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 314, "repo": "walkr/nanoservice", "func": "Endpoint.initialize", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 315, "repo": "walkr/nanoservice", "func": "Endpoint._set_timeouts", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 67, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 316, "repo": "walkr/nanoservice", "func": "Endpoint.send", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 317, "repo": "walkr/nanoservice", "func": "Endpoint.receive", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 318, "repo": "walkr/nanoservice", "func": "Endpoint.sign", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 22, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 319, "repo": "walkr/nanoservice", "func": "Endpoint.verify", "commit_sha": "e2098986b1baa5f283167ae487d14f3c6c21961a", "spdx": "MIT", "n_instr": 65, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 320, "repo": "RockFeng0/rtsf", "func": "HtmlReporter.get_summary", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 274, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 321, "repo": "RockFeng0/rtsf", "func": "HtmlReporter.add_report_data", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 140, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 322, "repo": "stevearc/pyramid_webpack", "func": "get_webpack", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 323, "repo": "stevearc/pyramid_webpack", "func": "includeme", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 90, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 324, "repo": "stevearc/pyramid_webpack", "func": "WebpackState._get_setting", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 62, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 325, "repo": "stevearc/pyramid_webpack", "func": "WebpackState.load_stats", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 97, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 326, "repo": "stevearc/pyramid_webpack", "func": "WebpackState._load_stats", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 112, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 327, "repo": "stevearc/pyramid_webpack", "func": "Webpack._chunk_filter", "commit_sha": "4fcad26271fd6e8c270e19c7943240fea6d8c484", "spdx": "MIT", "n_instr": 119, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 328, "repo": "VisTrails/tej", "func": "_unique_names", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 99, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 329, "repo": "VisTrails/tej", "func": "escape_queue", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 330, "repo": "VisTrails/tej", "func": "parse_ssh_destination", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 71, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 331, "repo": "VisTrails/tej", "func": "RemoteQueue._ssh_client", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 332, "repo": "VisTrails/tej", "func": "RemoteQueue._connect", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 91, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 333, "repo": "VisTrails/tej", "func": "RemoteQueue.get_client", "commit_sha": "b8dedaeb6bdeb650b46cfe6d85e5aa9284fc7f0b", "spdx": "BSD-3-Clause", "n_instr": 76, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 334, "repo": "GaretJax/lancet", "func": "activate", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 154, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 335, "repo": "GaretJax/lancet", "func": "workon", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 192, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 336, "repo": "GaretJax/lancet", "func": "time", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 57, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 337, "repo": "GaretJax/lancet", "func": "pause", "commit_sha": "cf438c5c6166b18ee0dc5ffce55220793019bb95", "spdx": "MIT", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 338, "repo": "OCHA-DAP/hdx-python-utilities", "func": "raisefrom", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 339, "repo": "RockFeng0/rtsf", "func": "Runner.init_runner", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 20, "tuned_greedy_certified": true, "base_greedy_certified": true, "first_passing_sample": null, "certified_at_32": true}
{"i": 340, "repo": "RockFeng0/rtsf", "func": "Runner._run_grid_multiprocess", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 341, "repo": "RockFeng0/rtsf", "func": "Runner._run_grid_multithread", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 342, "repo": "RockFeng0/rtsf", "func": "init_project_env", "commit_sha": "fbc0d57edaeca86418af3942472fcc6d3e9ce591", "spdx": "MIT", "n_instr": 203, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 343, "repo": "getmillipede/millipede-python", "func": "get_long_description", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 62, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 344, "repo": "IzunaDevs/SnekChek", "func": "flatten", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 59, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 345, "repo": "IzunaDevs/SnekChek", "func": "get_py_files", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 137, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 346, "repo": "IzunaDevs/SnekChek", "func": "CheckHandler.exit", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 133, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 347, "repo": "IzunaDevs/SnekChek", "func": "CheckHandler.run_linter", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 114, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 348, "repo": "getmillipede/millipede-python", "func": "read_rcfile", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 76, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 349, "repo": "getmillipede/millipede-python", "func": "parse_rcfile", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 147, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 350, "repo": "getmillipede/millipede-python", "func": "compute_settings", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 351, "repo": "getmillipede/millipede-python", "func": "millipede", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 232, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 352, "repo": "getmillipede/millipede-python", "func": "api_post", "commit_sha": "ae4f1fe388906c140d12c21fee260f2338f5b9df", "spdx": "BSD-3-Clause", "n_instr": 93, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 353, "repo": "IzunaDevs/SnekChek", "func": "run_main", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 123, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 354, "repo": "IzunaDevs/SnekChek", "func": "main", "commit_sha": "fdb01bdf1ec8e79d9aae2a11d96bfb27e53a97a9", "spdx": "MIT", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 355, "repo": "OCHA-DAP/hdx-python-utilities", "func": "get_session", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 353, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 26, "certified_at_32": true}
{"i": 356, "repo": "OCHA-DAP/hdx-python-utilities", "func": "Email.connect", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 85, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 357, "repo": "OCHA-DAP/hdx-python-utilities", "func": "Email.send", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 123, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 358, "repo": "OCHA-DAP/hdx-python-utilities", "func": "Database.get_session", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": true, "first_passing_sample": null, "certified_at_32": true}
{"i": 359, "repo": "OCHA-DAP/hdx-python-utilities", "func": "Database.get_params_from_sqlalchemy_url", "commit_sha": "9c89e0aa5afac2c002b02a2d8f0e5b91eeb3d2a3", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 360, "repo": "lucaoflaif/pyCoinMarketCapAPI", "func": "Cache.get_unset_cache", "commit_sha": "a6ab1fa57c0610e8abf3a03e9144379bf9e49907", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 361, "repo": "lucaoflaif/pyCoinMarketCapAPI", "func": "dicts_filter", "commit_sha": "a6ab1fa57c0610e8abf3a03e9144379bf9e49907", "spdx": "MIT", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 362, "repo": "lucaoflaif/pyCoinMarketCapAPI", "func": "CoinMarketCapAPI.send_request", "commit_sha": "a6ab1fa57c0610e8abf3a03e9144379bf9e49907", "spdx": "MIT", "n_instr": 33, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 363, "repo": "lucaoflaif/pyCoinMarketCapAPI", "func": "CoinMarketCapAPI.get_response", "commit_sha": "a6ab1fa57c0610e8abf3a03e9144379bf9e49907", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 364, "repo": "alephdata/languagecodes", "func": "iso_639_alpha3", "commit_sha": "123d9e534fd31fcc69f9de68a067f95588c04ea2", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 365, "repo": "alephdata/languagecodes", "func": "list_to_alpha3", "commit_sha": "123d9e534fd31fcc69f9de68a067f95588c04ea2", "spdx": "MIT", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 366, "repo": "meraki-analytics/merakicommons", "func": "SearchableList._search_generator", "commit_sha": "d0c8ade8f4619a34ca488336c44722ed1aeaf7ef", "spdx": "MIT", "n_instr": 67, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 367, "repo": "meraki-analytics/merakicommons", "func": "SearchableSet._search_generator", "commit_sha": "d0c8ade8f4619a34ca488336c44722ed1aeaf7ef", "spdx": "MIT", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 368, "repo": "meraki-analytics/merakicommons", "func": "SearchableDictionary._search_generator", "commit_sha": "d0c8ade8f4619a34ca488336c44722ed1aeaf7ef", "spdx": "MIT", "n_instr": 69, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 369, "repo": "amcat/amcatclient", "func": "serialize", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 370, "repo": "amcat/amcatclient", "func": "check", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 237, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 371, "repo": "amcat/amcatclient", "func": "AmcatAPI._get_auth", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 135, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 372, "repo": "amcat/amcatclient", "func": "AmcatAPI.request", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 172, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 4, "certified_at_32": true}
{"i": 373, "repo": "amcat/amcatclient", "func": "AmcatAPI.get_pages", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 99, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 374, "repo": "amcat/amcatclient", "func": "AmcatAPI.get_scroll", "commit_sha": "bda525f7ace0c26a09fa56d2baf7550f639e62ee", "spdx": "MIT", "n_instr": 117, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 375, "repo": "martinkou/applepushnotification", "func": "NotificationService.get_error", "commit_sha": "43ebe5963fa9c48990dd57f6aaba6056a1e7470f", "spdx": "BSD-3-Clause", "n_instr": 19, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 376, "repo": "martinkou/applepushnotification", "func": "NotificationService.get_feedback", "commit_sha": "43ebe5963fa9c48990dd57f6aaba6056a1e7470f", "spdx": "BSD-3-Clause", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 377, "repo": "martinkou/applepushnotification", "func": "NotificationService.wait_send", "commit_sha": "43ebe5963fa9c48990dd57f6aaba6056a1e7470f", "spdx": "BSD-3-Clause", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 378, "repo": "martinkou/applepushnotification", "func": "NotificationService.start", "commit_sha": "43ebe5963fa9c48990dd57f6aaba6056a1e7470f", "spdx": "BSD-3-Clause", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 379, "repo": "martinkou/applepushnotification", "func": "NotificationService.stop", "commit_sha": "43ebe5963fa9c48990dd57f6aaba6056a1e7470f", "spdx": "BSD-3-Clause", "n_instr": 74, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 380, "repo": "nbedi/typecaster", "func": "convert_to_ssml", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 381, "repo": "nbedi/typecaster", "func": "html_to_ssml", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 382, "repo": "facelessuser/bracex", "func": "iexpand", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 101, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 383, "repo": "facelessuser/bracex", "func": "ExpandBrace.set_expanding", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 22, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 384, "repo": "facelessuser/bracex", "func": "ExpandBrace.get_escape", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 385, "repo": "facelessuser/bracex", "func": "ExpandBrace.squash", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 386, "repo": "facelessuser/bracex", "func": "ExpandBrace.get_literals", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 226, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 387, "repo": "facelessuser/bracex", "func": "ExpandBrace.combine", "commit_sha": "1fdf83e2bdfb939e78ba9966bcef80cd7a5c8534", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 388, "repo": "nbedi/typecaster", "func": "Podcast.add_episode", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 64, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 389, "repo": "nbedi/typecaster", "func": "Podcast.add_scheduled_job", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 106, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 390, "repo": "nbedi/typecaster", "func": "Podcast.publish", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 391, "repo": "nbedi/typecaster", "func": "Episode.render_audio", "commit_sha": "09eee6d4fbad9f70c90364ea89ab39917f903afc", "spdx": "MIT", "n_instr": 91, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 392, "repo": "azaitsev/millify", "func": "remove_exponent", "commit_sha": "69f83ad6e15b79f073fcdec21358f255473eb518", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 393, "repo": "azaitsev/millify", "func": "millify", "commit_sha": "69f83ad6e15b79f073fcdec21358f255473eb518", "spdx": "MIT", "n_instr": 96, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 394, "repo": "azaitsev/millify", "func": "prettify", "commit_sha": "69f83ad6e15b79f073fcdec21358f255473eb518", "spdx": "MIT", "n_instr": 39, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 395, "repo": "the01/python-flotils", "func": "load_json", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 396, "repo": "the01/python-flotils", "func": "load_json_file", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 397, "repo": "the01/python-flotils", "func": "save_json", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 398, "repo": "the01/python-flotils", "func": "save_json_file", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 120, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 399, "repo": "the01/python-flotils", "func": "load_yaml_file", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 65, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 400, "repo": "the01/python-flotils", "func": "save_yaml_file", "commit_sha": "5954712776bb590107e5b2f4362d010bf74f77a1", "spdx": "MIT", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 401, "repo": "mandiant/ioc_writer", "func": "YaraIOCManager.get_embedded_yara", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 402, "repo": "mandiant/ioc_writer", "func": "YaraIOCManager.get_yara_condition_string", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 725, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 403, "repo": "mandiant/ioc_writer", "func": "YaraIOCManager.write_yara", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 404, "repo": "mandiant/ioc_writer", "func": "safe_makedirs", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 71, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 405, "repo": "mandiant/ioc_writer", "func": "DowngradeManager.convert_to_10", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 608, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 406, "repo": "mandiant/ioc_writer", "func": "DowngradeManager.convert_branch", "commit_sha": "712247f3a10bdc2584fa18ac909fc763f71df21a", "spdx": "Apache-2.0", "n_instr": 225, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 407, "repo": "koordinates/python-client", "func": "PermissionManager.create", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 408, "repo": "koordinates/python-client", "func": "PermissionManager.set", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 68, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 409, "repo": "koordinates/python-client", "func": "PermissionManager.list", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 410, "repo": "koordinates/python-client", "func": "PermissionManager.get", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 411, "repo": "michaelaye/pyciss", "func": "get_config", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 412, "repo": "michaelaye/pyciss", "func": "set_database_path", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 96, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 413, "repo": "michaelaye/pyciss", "func": "get_db_root", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 414, "repo": "michaelaye/pyciss", "func": "print_db_stats", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 67, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 415, "repo": "michaelaye/pyciss", "func": "is_lossy", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 416, "repo": "michaelaye/pyciss", "func": "download_and_calibrate_parallel", "commit_sha": "019256424466060babead7edab86736c881b0831", "spdx": "ISC", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 417, "repo": "JenkinsDev/pelican-readtime", "func": "ReadTimeParser._set_supported_content_type", "commit_sha": "9440eb062950cb34111170e057f1e73c82bdce9a", "spdx": "MIT", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 418, "repo": "JenkinsDev/pelican-readtime", "func": "ReadTimeParser._set_lang_settings", "commit_sha": "9440eb062950cb34111170e057f1e73c82bdce9a", "spdx": "MIT", "n_instr": 135, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 419, "repo": "JenkinsDev/pelican-readtime", "func": "ReadTimeParser.initialize_settings", "commit_sha": "9440eb062950cb34111170e057f1e73c82bdce9a", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 420, "repo": "JenkinsDev/pelican-readtime", "func": "ReadTimeParser.read_time", "commit_sha": "9440eb062950cb34111170e057f1e73c82bdce9a", "spdx": "MIT", "n_instr": 107, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 421, "repo": "JenkinsDev/pelican-readtime", "func": "ReadTimeParser.pluralize", "commit_sha": "9440eb062950cb34111170e057f1e73c82bdce9a", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 422, "repo": "koordinates/python-client", "func": "SourceManager.list_datasources", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 423, "repo": "koordinates/python-client", "func": "SourceManager.get_datasource", "commit_sha": "f3dc7cd164f5a9499b2454cd1d4516e9d4b3c252", "spdx": "BSD-3-Clause", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 424, "repo": "Unidata/siphon", "func": "CDMRemoteStore.open_store_variable", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 55, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 425, "repo": "Unidata/siphon", "func": "CDMRemoteStore.get_attrs", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 426, "repo": "Unidata/siphon", "func": "CDMRemoteStore.get_dimensions", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 427, "repo": "Unidata/siphon", "func": "_find_base_tds_url", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 428, "repo": "Unidata/siphon", "func": "DatasetCollection.filter_time_nearest", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 429, "repo": "Unidata/siphon", "func": "DatasetCollection.filter_time_range", "commit_sha": "53fb0d84fbce1c18c8e81c9e68bc81620ee0a6ac", "spdx": "BSD-3-Clause", "n_instr": 63, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 430, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "check_token", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 431, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "PCS.upload", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 432, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "PCS.upload_tmpfile", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 433, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "PCS.upload_superfile", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 434, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "PCS.mkdir", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 435, "repo": "mozillazg/baidu-pcs-python-sdk", "func": "PCS.meta", "commit_sha": "12fe3f13b2ecda8f8bdcc5334c876e934776a5cc", "spdx": "MIT", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 436, "repo": "persandstrom/python-verisure", "func": "Session.login", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 151, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 437, "repo": "persandstrom/python-verisure", "func": "Session._get_installations", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 112, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 438, "repo": "persandstrom/python-verisure", "func": "Session.get_overview", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 73, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 439, "repo": "persandstrom/python-verisure", "func": "Session.set_smartplug_state", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 74, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 440, "repo": "persandstrom/python-verisure", "func": "Session.get_history", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 81, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 441, "repo": "persandstrom/python-verisure", "func": "Session.get_climate", "commit_sha": "babd25e7f8fb2b24f12e4109dfa8a04041e8dcb8", "spdx": "MIT", "n_instr": 74, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 442, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.type_id", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 443, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.get_output_cache_key", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 444, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.get_output_cache_keys", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 191, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 445, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.get_cached_output", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 21, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 446, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.set_cached_output", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 38, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 447, "repo": "django-fluent/django-fluent-contents", "func": "ContentPlugin.render", "commit_sha": "896f14add58471b98d7aa295b2c9e6abedec9003", "spdx": "Apache-2.0", "n_instr": 52, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 448, "repo": "rmax/scrapy-inline-requests", "func": "inline_requests", "commit_sha": "2cbbb66e6e97260b7e126aa9d8ecde1393a554c9", "spdx": "MIT", "n_instr": 95, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 449, "repo": "rmax/scrapy-inline-requests", "func": "get_args", "commit_sha": "2cbbb66e6e97260b7e126aa9d8ecde1393a554c9", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 450, "repo": "rmax/scrapy-inline-requests", "func": "RequestGenerator._unwindGenerator", "commit_sha": "2cbbb66e6e97260b7e126aa9d8ecde1393a554c9", "spdx": "MIT", "n_instr": 100, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 451, "repo": "vimalloc/flask-jwt-simple", "func": "jwt_required", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 452, "repo": "vimalloc/flask-jwt-simple", "func": "jwt_optional", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 64, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 453, "repo": "vimalloc/flask-jwt-simple", "func": "decode_jwt", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 454, "repo": "vimalloc/flask-jwt-simple", "func": "JWTManager.init_app", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 455, "repo": "vimalloc/flask-jwt-simple", "func": "JWTManager._set_error_handler_callbacks", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 95, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 456, "repo": "vimalloc/flask-jwt-simple", "func": "JWTManager._set_default_configuration_options", "commit_sha": "ed930340cfcff5a6ddc49248d4682e87204dd3be", "spdx": "MIT", "n_instr": 78, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 457, "repo": "zachwill/fred", "func": "category", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 458, "repo": "zachwill/fred", "func": "releases", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 459, "repo": "zachwill/fred", "func": "series", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 460, "repo": "zachwill/fred", "func": "source", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 60, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 461, "repo": "zachwill/fred", "func": "sources", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 462, "repo": "zachwill/fred", "func": "Fred._create_path", "commit_sha": "8fb8975e8b4fd8a550f586027dd75cbc2fe225f0", "spdx": "BSD-3-Clause", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 463, "repo": "chrisdev/django-wagtail-feeds", "func": "ExtendedFeed.item_extra_kwargs", "commit_sha": "df377afa7fc44316d1149183201461de2d8a99ca", "spdx": "MIT", "n_instr": 134, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 464, "repo": "caktus/django-treenav", "func": "treenav_undefined_url", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 19, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 465, "repo": "caktus/django-treenav", "func": "treenav_save_other_object_handler", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 119, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 466, "repo": "caktus/django-treenav", "func": "MenuItemAdmin.refresh_hrefs", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 58, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 467, "repo": "caktus/django-treenav", "func": "MenuItemAdmin.clean_cache", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 46, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 468, "repo": "caktus/django-treenav", "func": "MenuItemAdmin.rebuild_tree", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 469, "repo": "caktus/django-treenav", "func": "MenuItemAdmin.save_related", "commit_sha": "8f81619a8598790d1c2dc7bf77ba9d8e9e9564e6", "spdx": "BSD-3-Clause", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 470, "repo": "milesgranger/gap_statistic", "func": "OptimalK._calculate_dispersion", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 471, "repo": "milesgranger/gap_statistic", "func": "OptimalK._calculate_gap", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 112, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 472, "repo": "milesgranger/gap_statistic", "func": "OptimalK._process_with_rust", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 61, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 473, "repo": "milesgranger/gap_statistic", "func": "OptimalK._process_with_joblib", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 137, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 474, "repo": "milesgranger/gap_statistic", "func": "OptimalK._process_with_multiprocessing", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 125, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 475, "repo": "milesgranger/gap_statistic", "func": "OptimalK._process_non_parallel", "commit_sha": "146f868febfac37823114e87819df5e8bfc16ac8", "spdx": "BSD-3-Clause", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 476, "repo": "sdispater/eloquent", "func": "DatabaseMigrationRepository.get_last", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 477, "repo": "sdispater/eloquent", "func": "QueryGrammar.compile_insert", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 68, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 478, "repo": "sdispater/eloquent", "func": "PostgresPlatform.get_alter_table_sql", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 319, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 479, "repo": "sdispater/eloquent", "func": "SQLiteQueryGrammar._date_based_where", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 45, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 480, "repo": "sdispater/eloquent", "func": "MySqlQueryGrammar.compile_select", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 34, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 481, "repo": "sdispater/eloquent", "func": "MySqlQueryGrammar._compile_lock", "commit_sha": "0638b688d5fd0c1a46b7471dd465eeb4c2f84666", "spdx": "MIT", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 482, "repo": "YeoLab/anchor", "func": "plot_best_worst_fits", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 156, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 483, "repo": "YeoLab/anchor", "func": "violinplot", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 484, "repo": "YeoLab/anchor", "func": "ModalitiesViz.bar", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 188, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 11, "certified_at_32": true}
{"i": 485, "repo": "YeoLab/anchor", "func": "ModalitiesViz.event_estimation", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 486, "repo": "YeoLab/anchor", "func": "BinnedModalities.predict", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 487, "repo": "YeoLab/anchor", "func": "ModalityModel.logliks", "commit_sha": "1f9c9d6d30235b1e77b945e6ef01db5a0e55d53a", "spdx": "BSD-3-Clause", "n_instr": 82, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 488, "repo": "aaugustin/django-sequences", "func": "get_next_value", "commit_sha": "0228ae003540ccb63be4a456fb8f63a2f4038de6", "spdx": "BSD-3-Clause", "n_instr": 180, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 489, "repo": "python-tap/tappy", "func": "Rules.check", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 26, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 490, "repo": "python-tap/tappy", "func": "Rules._process_version_lines", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 491, "repo": "python-tap/tappy", "func": "Rules._process_plan_lines", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 93, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 492, "repo": "python-tap/tappy", "func": "Rules._plan_on_valid_line", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 493, "repo": "python-tap/tappy", "func": "Rules.handle_bail", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 494, "repo": "python-tap/tappy", "func": "Rules.handle_skipping_plan", "commit_sha": "79a749313c61ea94ee49d67ba6a1534974bc03aa", "spdx": "BSD-2-Clause", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 495, "repo": "uralbash/sqlalchemy_mptt", "func": "mptt_before_insert", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 170, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 496, "repo": "uralbash/sqlalchemy_mptt", "func": "mptt_before_update", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 536, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 497, "repo": "uralbash/sqlalchemy_mptt", "func": "TreesManager.after_flush_postexec", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 88, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 498, "repo": "uralbash/sqlalchemy_mptt", "func": "BaseNestedSets.is_ancestor_of", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 499, "repo": "uralbash/sqlalchemy_mptt", "func": "BaseNestedSets.move_inside", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 27, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 500, "repo": "uralbash/sqlalchemy_mptt", "func": "BaseNestedSets.move_after", "commit_sha": "2971c9fa49bbeaa3e2fb96229d933ceae450b319", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 501, "repo": "osilkin98/PyBRY", "func": "BaseApi.make_request", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 203, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 6, "certified_at_32": true}
{"i": 502, "repo": "bachya/pyflunearyou", "func": "adjust_status", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 503, "repo": "bachya/pyflunearyou", "func": "CdcReport.status_by_coordinates", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 80, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 504, "repo": "bachya/pyflunearyou", "func": "CdcReport.status_by_state", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 121, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 505, "repo": "lvieirajr/mongorest", "func": "Collection.insert", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 97, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 506, "repo": "lvieirajr/mongorest", "func": "Collection.update", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 137, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 507, "repo": "lvieirajr/mongorest", "func": "Collection.delete", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 129, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 2, "certified_at_32": true}
{"i": 508, "repo": "lvieirajr/mongorest", "func": "Collection.find_one", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 509, "repo": "lvieirajr/mongorest", "func": "Collection.find", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 22, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 510, "repo": "lvieirajr/mongorest", "func": "Collection.aggregate", "commit_sha": "00f4487ded33254434bc51ff09d48c7a936bd465", "spdx": "BSD-3-Clause", "n_instr": 29, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 511, "repo": "ChrisTimperley/Kaskara", "func": "StatementDB.in_file", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 512, "repo": "ChrisTimperley/Kaskara", "func": "StatementDB.at_line", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 513, "repo": "ecometrica/parawrap", "func": "wrap", "commit_sha": "6523763f58045b8a98bac24a9438062ea856e5ae", "spdx": "Apache-2.0", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 514, "repo": "ecometrica/parawrap", "func": "fill", "commit_sha": "6523763f58045b8a98bac24a9438062ea856e5ae", "spdx": "Apache-2.0", "n_instr": 25, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 515, "repo": "ecometrica/parawrap", "func": "ParagraphWrapper.split", "commit_sha": "6523763f58045b8a98bac24a9438062ea856e5ae", "spdx": "Apache-2.0", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 516, "repo": "ecometrica/parawrap", "func": "ParagraphWrapper.wrap", "commit_sha": "6523763f58045b8a98bac24a9438062ea856e5ae", "spdx": "Apache-2.0", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 517, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.getSenderNumberMgtURL", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 20, "tuned_greedy_certified": true, "base_greedy_certified": true, "first_passing_sample": null, "certified_at_32": true}
{"i": 518, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.getUnitCost", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 21, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 519, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.getFaxResult", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 520, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.getFaxResultRN", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 35, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 521, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.sendFax", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 11, "certified_at_32": true}
{"i": 522, "repo": "linkhub-sdk/popbill.py", "func": "FaxService.sendFax_multi", "commit_sha": "68a0dd7f7a937603318e93be321fde73c50b96cc", "spdx": "MIT", "n_instr": 290, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 523, "repo": "olivier-m/rafter", "func": "model_node", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 524, "repo": "bachya/pyflunearyou", "func": "UserReport.status_by_coordinates", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 48, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 525, "repo": "bachya/pyflunearyou", "func": "UserReport.status_by_zip", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 146, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 526, "repo": "osilkin98/PyBRY", "func": "print_request", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 67, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 527, "repo": "olivier-m/rafter", "func": "filter_validate_schemas", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 258, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 528, "repo": "olivier-m/rafter", "func": "filter_validate_response", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 181, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 0, "certified_at_32": true}
{"i": 529, "repo": "pmacosta/pcsv", "func": "_write_int", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 215, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 530, "repo": "mediawiki-utilities/python-mwreverts", "func": "revdocs2reverts", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 243, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 531, "repo": "pmacosta/pcsv", "func": "dsort", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 532, "repo": "bachya/pyflunearyou", "func": "main", "commit_sha": "16a2f839c8df851e925e010a6b5c5708386febac", "spdx": "MIT", "n_instr": 279, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 533, "repo": "osilkin98/PyBRY", "func": "LbryApi.call", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 28, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 534, "repo": "pmacosta/pcsv", "func": "concatenate", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 164, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 535, "repo": "olivier-m/rafter", "func": "Blueprint.resource", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 75, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 536, "repo": "olivier-m/rafter", "func": "Blueprint.add_resource", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 537, "repo": "ChrisTimperley/Kaskara", "func": "InsertionPointDB.in_file", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 56, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 538, "repo": "ChrisTimperley/Kaskara", "func": "InsertionPointDB.at_line", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 74, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 539, "repo": "musically-ut/seqfile", "func": "_doAtomicFileCreation", "commit_sha": "796e366fe8871b6dc72cb6bbc570e4a61a8f947c", "spdx": "MIT", "n_instr": 65, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 540, "repo": "musically-ut/seqfile", "func": "findNextFile", "commit_sha": "796e366fe8871b6dc72cb6bbc570e4a61a8f947c", "spdx": "MIT", "n_instr": 32, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 541, "repo": "musically-ut/seqfile", "func": "_run", "commit_sha": "796e366fe8871b6dc72cb6bbc570e4a61a8f947c", "spdx": "MIT", "n_instr": 171, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 542, "repo": "asweigart/pysimplevalidate", "func": "_errstr", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 30, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 543, "repo": "asweigart/pysimplevalidate", "func": "_getStrippedValue", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 544, "repo": "asweigart/pysimplevalidate", "func": "_raiseValidationException", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 26, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 545, "repo": "asweigart/pysimplevalidate", "func": "_prevalidationCheck", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 160, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 546, "repo": "asweigart/pysimplevalidate", "func": "_validateGenericParameters", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 151, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 547, "repo": "asweigart/pysimplevalidate", "func": "_validateParamsFor_validateNum", "commit_sha": "3ca27228abb7355d14bbf8abc225c63366379e44", "spdx": "BSD-3-Clause", "n_instr": 108, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 548, "repo": "olivier-m/rafter", "func": "filter_transform_response", "commit_sha": "aafcf8fd019f24abcf519307c4484cc6b4697c04", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 549, "repo": "mediawiki-utilities/python-mwreverts", "func": "HistoricalDict.initialize", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 49, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 550, "repo": "mediawiki-utilities/python-mwreverts", "func": "HistoricalDict.insert", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 98, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 551, "repo": "mediawiki-utilities/python-mwreverts", "func": "HistoricalDict.up_to", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 42, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 552, "repo": "mediawiki-utilities/python-mwreverts", "func": "check", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 153, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 553, "repo": "mediawiki-utilities/python-mwreverts", "func": "check_deleted", "commit_sha": "d379ac941e14e235ad82a48bd445a3dfa6cc022e", "spdx": "MIT", "n_instr": 161, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 554, "repo": "rcbops/osa_differ", "func": "get_commits", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 68, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 555, "repo": "rcbops/osa_differ", "func": "get_commit_url", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 51, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 556, "repo": "rcbops/osa_differ", "func": "get_projects", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 124, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 557, "repo": "rcbops/osa_differ", "func": "checkout", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 97, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 558, "repo": "rcbops/osa_differ", "func": "get_roles", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 78, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 559, "repo": "rcbops/osa_differ", "func": "make_osa_report", "commit_sha": "b3452436655ba3db8cc6602390fd7fdf4ef30f01", "spdx": "Apache-2.0", "n_instr": 54, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 560, "repo": "pmacosta/pcsv", "func": "_homogenize_data_filter", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 126, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 561, "repo": "pmacosta/pcsv", "func": "_tofloat", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 79, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 562, "repo": "pmacosta/pcsv", "func": "CsvFile._in_header", "commit_sha": "cd1588c19b0cd58c38bc672e396db940f88ffbd7", "spdx": "MIT", "n_instr": 131, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 563, "repo": "pydron/utwist", "func": "with_reactor", "commit_sha": "31670bdd7630874e2d24e663dbfce8b863b1f02e", "spdx": "MIT", "n_instr": 102, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 564, "repo": "pydron/utwist", "func": "_ensure_reactor_running", "commit_sha": "31670bdd7630874e2d24e663dbfce8b863b1f02e", "spdx": "MIT", "n_instr": 130, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 565, "repo": "pydron/utwist", "func": "_timeoutDeferred", "commit_sha": "31670bdd7630874e2d24e663dbfce8b863b1f02e", "spdx": "MIT", "n_instr": 44, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 566, "repo": "genialis/resolwe-runtime-utils", "func": "_get_json", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 69, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 567, "repo": "genialis/resolwe-runtime-utils", "func": "save_list", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 568, "repo": "genialis/resolwe-runtime-utils", "func": "save_file", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 108, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 569, "repo": "genialis/resolwe-runtime-utils", "func": "save_file_list", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 214, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 570, "repo": "genialis/resolwe-runtime-utils", "func": "save_dir", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 108, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 571, "repo": "genialis/resolwe-runtime-utils", "func": "save_dir_list", "commit_sha": "5657d7cf981972a5259b9b475eae220479401001", "spdx": "Apache-2.0", "n_instr": 214, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 572, "repo": "askedrelic/journal", "func": "Parse.n_day", "commit_sha": "848b8ec67ed124ec112926211ebeccbc8d11f2b0", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 573, "repo": "ChrisTimperley/Kaskara", "func": "FunctionDB.encloses", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 41, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 574, "repo": "ChrisTimperley/Kaskara", "func": "FunctionDB.in_file", "commit_sha": "3d182d95b2938508e5990eddd30321be15e2f2ef", "spdx": "Apache-2.0", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 575, "repo": "askedrelic/journal", "func": "parse_config", "commit_sha": "848b8ec67ed124ec112926211ebeccbc8d11f2b0", "spdx": "MIT", "n_instr": 84, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 576, "repo": "askedrelic/journal", "func": "record_entries", "commit_sha": "848b8ec67ed124ec112926211ebeccbc8d11f2b0", "spdx": "MIT", "n_instr": 83, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 577, "repo": "askedrelic/journal", "func": "get_entry", "commit_sha": "848b8ec67ed124ec112926211ebeccbc8d11f2b0", "spdx": "MIT", "n_instr": 82, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 578, "repo": "mpasternak/django-flexible-reports", "func": "TemplateValidator", "commit_sha": "7a9a657bc3778c150357f1efe7208077b1a1490b", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 579, "repo": "osilkin98/PyBRY", "func": "get_lbry_api_function_docs", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 87, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": 1, "certified_at_32": true}
{"i": 580, "repo": "osilkin98/PyBRY", "func": "generate_method_definition", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 481, "tuned_greedy_certified": false, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": false}
{"i": 581, "repo": "osilkin98/PyBRY", "func": "generate_lbryd_wrapper", "commit_sha": "af86805a8077916f72f3fe980943d4cd741e61f0", "spdx": "MIT", "n_instr": 174, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 582, "repo": "fvdsn/py-xml-escpos", "func": "StyleStack.get", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 48, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 583, "repo": "fvdsn/py-xml-escpos", "func": "StyleStack.enforce_type", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 50, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 584, "repo": "fvdsn/py-xml-escpos", "func": "StyleStack.to_escpos", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 67, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 585, "repo": "fvdsn/py-xml-escpos", "func": "XmlSerializer.start_inline", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 37, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 586, "repo": "fvdsn/py-xml-escpos", "func": "XmlSerializer.start_block", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 40, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 587, "repo": "fvdsn/py-xml-escpos", "func": "XmlSerializer.end_entity", "commit_sha": "7f77e039c960d5773fb919aed02ba392dccbc360", "spdx": "MIT", "n_instr": 47, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 588, "repo": "lxyu/pinyin", "func": "_pinyin_generator", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 187, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 589, "repo": "lxyu/pinyin", "func": "get", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 23, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 590, "repo": "lxyu/pinyin", "func": "get_initial", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 53, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 591, "repo": "lxyu/pinyin", "func": "_add_to_tree", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 36, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 592, "repo": "lxyu/pinyin", "func": "init", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 137, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 593, "repo": "lxyu/pinyin", "func": "translate_word", "commit_sha": "f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd", "spdx": "MIT", "n_instr": 44, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 594, "repo": "lehins/django-smartfields", "func": "FieldManager.get_status_key", "commit_sha": "23d4b0b18352f4f40ce8c429735e673ba5191502", "spdx": "MIT", "n_instr": 43, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 595, "repo": "lehins/django-smartfields", "func": "FieldManager.get_status", "commit_sha": "23d4b0b18352f4f40ce8c429735e673ba5191502", "spdx": "MIT", "n_instr": 31, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 596, "repo": "lehins/django-smartfields", "func": "FieldManager.set_status", "commit_sha": "23d4b0b18352f4f40ce8c429735e673ba5191502", "spdx": "MIT", "n_instr": 24, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 597, "repo": "lehins/django-smartfields", "func": "ImageFormat.get_mode", "commit_sha": "23d4b0b18352f4f40ce8c429735e673ba5191502", "spdx": "MIT", "n_instr": 124, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 598, "repo": "paulovn/sparql-kernel", "func": "token_at_cursor", "commit_sha": "1d2d155ff5da72070cb2a98fae33ea8113fac782", "spdx": "BSD-3-Clause", "n_instr": 101, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}
{"i": 599, "repo": "paulovn/sparql-kernel", "func": "SparqlKernel._send", "commit_sha": "1d2d155ff5da72070cb2a98fae33ea8113fac782", "spdx": "BSD-3-Clause", "n_instr": 98, "tuned_greedy_certified": true, "base_greedy_certified": false, "first_passing_sample": null, "certified_at_32": true}