You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the file, at the current version: https://github.com/rjray/mscs-thesis-project/blob/811b319cd81d7901a248a5cebe840daeb63a2a75/src/Rust/aho_corasick/src/main.rs
This should remain good even if I make further changes to the file.
When I run the command lizard Rust/aho_corasick/src/main.rs, the resulting analysis counts lines 50-147 as a single function it calls iter. This starts inside an impl block for one struct, and completely subsumes a second struct/impl definition as well as two other functions.
The text was updated successfully, but these errors were encountered:
Bumping for visibility. I used this tool for my MSCS thesis research last fall, but had to use a separate tool for CCN in Rust. I am continuing this research, and would really like to be able to use the same tool (this tool) for all languages in my study (C, C++, Rust, possibly Go and Java as well). Switching tools for one or two of the languages makes it harder to compare the CCN of the different languages.
This is the file, at the current version: https://github.com/rjray/mscs-thesis-project/blob/811b319cd81d7901a248a5cebe840daeb63a2a75/src/Rust/aho_corasick/src/main.rs
This should remain good even if I make further changes to the file.
When I run the command
lizard Rust/aho_corasick/src/main.rs
, the resulting analysis counts lines 50-147 as a single function it callsiter
. This starts inside animpl
block for one struct, and completely subsumes a second struct/impl definition as well as two other functions.The text was updated successfully, but these errors were encountered: