Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

name

The relative path of the file.

component

The component the file resides in. nan if the file is not assigned to a component.

property.*

Property values assigned to the given language

The programming language of this file detected by static analysis.

entity_countThe number of entities contained in this file.

fan_in

The number of files that directly depend on this file.

fan_out

The number of files this file directly depends on.

in_cyclic_group

True if the file is part of a group of circularly dependent files, else False.

cyclic_group_id

The ID of the cyclic group this file is part of. 0 if the file is not part of a cyclic group.

cyclic_group_size

The size, in files, of the cyclic group this file belongs to.

entitycomplexity_count

The number of entities contained in this file.

language

The programming language class

A simplified representation of the complexity of this file detected by static analysis.

max_cyclomatic_modified

The cyclomatic complexity of this file.

complexity_class

A simplified representation of the complexity of this file.

count_line_code

The number of source lines within the file.

ratio_comment_to_code

The ratio of comment lines to source lines within this file.

property.*

Property values assigned to the given file.

Please note that this command may display files not present in the reports. CodeMRI removes files deemed “isolates” from reports. A file is an “isolate” if:

...