GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
Forgot to attach these files! Here you are...

Original comment by [email protected] on 29 Jul 2013 at 10:47

Attachments:

from cloud9.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
Will, I'm sorry you had to spend more time than necessary trying out things 
here -- the Cloud9 documentation in this space is deficient.

The coverage.bin file actually contains multiple protobuf messages, each 
message contained in a "message frame". A message frame starts with a 32-bit 
integer describing the message size, followed by the message bytes themselves.

The first protobuf message lists all coverable lines in the program, so it 
constitutes the 100% coverage. It is written once before the actual symbolic 
exporation starts.

The following protobuf messages in the file are coverage snapshots at different 
moments in time. If I remember correctly, by default they are written to the 
coverage log every minute. Each message contains the lines covered by symbolic 
execution up to that moment in time.

Original comment by [email protected] on 30 Jul 2013 at 6:08

from cloud9.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
One more thing: Would it be possible to provide the Cloud9 changes as a patch 
file, so I can easily see what's changed?

Original comment by [email protected] on 30 Jul 2013 at 6:12

from cloud9.

Related Issues (20)

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.