loc 0.5.0

Count lines of code (cloc) fast.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Feature: Counting lines of code in Gherkin files

  This is some freeform text information, but it is not a comment.
  # ...but this is a comment.

  Scenario: File is counted
   Given a file with extension ".feature"
    When loc processes it
    Then it should correctly count the number of lines
     And it should correctly count the number of comments
     # And it should solve world hunger
     And we should not not get ahead of ourselves