File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -12022,9 +12022,8 @@ sub call_parse_civet { # {{{1
12022
12022
}
12023
12023
my (@step_1, @step_2, @step_3, @step_4);
12024
12024
if ($coffeeComment) {
12025
- @step_1 = call_regexp_common($ra_lines, 'C');
12026
- @step_2 = remove_between_general(\@step_1, '###', '###');
12027
- @step_4 = remove_matches( \@step_2, '^\s*#');
12025
+ @step_1 = remove_between_general($ra_lines, '###', '###');
12026
+ @step_4 = remove_matches( \@step_1, '^\s*#');
12028
12027
} else {
12029
12028
@step_1 = call_regexp_common($ra_lines, 'C');
12030
12029
@step_2 = remove_matches( \@step_1, '^///');
Original file line number Diff line number Diff line change @@ -12012,9 +12012,8 @@ sub call_parse_civet { # {{{1
12012
12012
}
12013
12013
my (@step_1, @step_2, @step_3, @step_4);
12014
12014
if ($coffeeComment) {
12015
- @step_1 = call_regexp_common($ra_lines, 'C');
12016
- @step_2 = remove_between_general(\@step_1, '###', '###');
12017
- @step_4 = remove_matches( \@step_2, '^\s*#');
12015
+ @step_1 = remove_between_general($ra_lines, '###', '###');
12016
+ @step_4 = remove_matches( \@step_1, '^\s*#');
12018
12017
} else {
12019
12018
@step_1 = call_regexp_common($ra_lines, 'C');
12020
12019
@step_2 = remove_matches( \@step_1, '^///');
Original file line number Diff line number Diff line change 3
3
header :
4
4
cloc_url : github.com/AlDanial/cloc
5
5
cloc_version : 2.03
6
- elapsed_seconds : 0.00477790832519531
6
+ elapsed_seconds : 0.00392413139343262
7
7
n_files : 1
8
8
n_lines : 37
9
- files_per_second : 209.296606786427
10
- lines_per_second : 7743.9744510978
9
+ files_per_second : 254.833464973571
10
+ lines_per_second : 9428.83820402211
11
11
report_file : tests/outputs/parser_2.civet.yaml
12
12
' Civet' :
13
13
nFiles : 1
14
14
blank : 4
15
- comment : 14
16
- code : 19
15
+ comment : 10
16
+ code : 23
17
17
SUM :
18
18
blank : 4
19
- comment : 14
20
- code : 19
19
+ comment : 10
20
+ code : 23
21
21
nFiles : 1
You can’t perform that action at this time.
0 commit comments