The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

analizo-dsm - draw the design structure matrix from call graph

USAGE

  analizo dsm [OPTIONS] <input> [<input> [<input> ...]]

DESCRIPTION

analizo dsm reads the dependency information from one or more source code directories passed as arguments, and produces as output the design structure matrix from the dependencies between files of the software.

analizo dsm is part of the analizo suite.

OPTIONS

--extractor <extractor>

Define wich extractor method use to analise source code. Default is Doxyparse.

--format <format>, -f <format>

Choice of output format to use. Supported formats are png (the default; good for very large code bases), and html (good for small-medium code bases).

--output <file>, -o <file>

Writes output to <file>. Default is "dsm.<format>".

--exclude <dirs>, -x <dirs>

Exclude <dirs> (a colon-separated list of directories) from the analysis. This is useful, for example, when you want to focus on production code and exclude test code from the analysis. You could do that by passing something like pass --exclude test.

COPYRIGHT AND AUTHORS

See analizo(1).