Giter VIP home page Giter VIP logo

floc's Introduction

floc

A collection of self-implementation fault localization tools

Instruction

  1. Generate some random sample data generators:
python3 tc_generator/grade.gen.py
  1. Generate the coverage matrix:
python3 lineCov.py gpa_b3 gpa grade.json
  1. Run faultLoc.py to print out debugging result
python3 faultLoc.py tarantula

P.S. There are some bash script that you can try to run after generating the sample data. runGPA.sh & runMid.sh

Commands

Sample data generators

mid.gen.py [-c] [-r]
-c, --tc     (int) number of test cases to generate (default: 100)
-r, --range  (int) range of the list (from 0 to n) (default: n=20)

grade.gen.py [-c] [-n] [--name]
-c, --tc  (int) number of test cases to generate (default: 100)
-n, --el  (int) number of element inside each test case (default: 5)
--name    (str) The name of the output file (in .json) (default: grade)

Line Coverage

lineCov.py module func src
module  (str) Name of the program that needs to be tested in /tmods
func    (str) Name of the entry function
src     (str) Name of the JSON file containing the test cases in /testCases

Fault Localization

faultLoc.py tech
tech  (str) Name of the debugging technique

Available techniques:
  tarantula, crosstab, barinel...

Contributors

@DaRekaze // @reynoldpolyu // @alisonsyxu

floc's People

Contributors

darekaze avatar reynoldpolyu avatar suyanxv avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.