Coder Social home page Coder Social logo

Comments (9)

alex-seville avatar alex-seville commented on August 15, 2024

I think unfortunately(/hopefully) this issue and #114 have already been resolved, but npm hasn't been updated.
You could test this theory by copying lib/blanket.js from github to your node_modules/blanket/lib folder.

I feel like this issue may already be resolved because on the browser side it is no longer counting comments. You can see this in action with test/requirejs/require_runner.html. The first line of the covered file is a comment.

I will try to update npm asap. Thanks.

from blanket.

alex-seville avatar alex-seville commented on August 15, 2024

npm updated to 0.9.8. Can you let me know if you still experience the same problem? Thanks.

from blanket.

stevegeek avatar stevegeek commented on August 15, 2024

Thanks for the quick update, this problem however still seems to exist on node. The output SLOC/line hit counts dont seem to have changed after upgrading

from blanket.

alex-seville avatar alex-seville commented on August 15, 2024

Can you provide a sample file? If it's proprietary you can change some of the non-comment lines. There may be some other code in the file that combines with the comment to cause a problem. I've run some tests here of just single line comments and I get the same result in node and in the browser, so I'm thinking that your inconsistency might be the symptom of a more complex bug.

from blanket.

stevegeek avatar stevegeek commented on August 15, 2024

Here is a toy code example module that seems to reproduce the problem for me:

module.exports = {

    // A comment
    d: function (data) {
        this.stuff(data);
    }
};

a test file requires blanket and the above module,

require('blanket')('testblanket');
require('./test');

and then mocha is run with: mocha --reporter html-cov test.js > test.html

output:

1        
2   1   module.exports = {
3        
4   1       // A comment
5           d: function (data) {
6   0           this.stuff(data);
7           }
8       };

[email protected] reported by npm

from blanket.

alex-seville avatar alex-seville commented on August 15, 2024

Great, thanks for the sample. I'll take a look at this tomorrow and see where the issue is.

from blanket.

alex-seville avatar alex-seville commented on August 15, 2024

I wrote a test and solved this problem. Thanks for highlighting it. I will commit it in a day or two, I accidentally added it in the middle of another commit, so I'll finish the other features and push it in.

from blanket.

alex-seville avatar alex-seville commented on August 15, 2024

Fixed in #117

from blanket.

stevegeek avatar stevegeek commented on August 15, 2024

Excellent will test today, thanks again!

from blanket.

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.