• Stars
    star
    2
  • Language
    PowerShell
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A complexity estimation script for Appian SAIL code. Uses a count of various branching, looping and other coding artefacts as a proxy for cyclomatic complexity. Also counts comments, excluding commented out code. Written in PowerShell to be portable across Windows, Mac and Linux.