No warnings to report.
[% END %] [% IF n_todos gt 0 %]Todos
-
[% FOREACH r IN todos %][% SCOPE r %]
- [% index_name %]
- [% index_type %] [% END %][% END %]
Routines and files with noted bugs
-
[% FOREACH r IN bugs %][% SCOPE r %]
- [% index_name %]
- [% index_type %] [% END %][% END %]
Routines without full documentation
-
[% FOREACH r IN undocumented %][% SCOPE r %]
- [% location %][% basename %]: [% name %]
- [% IF documentation_level eq 0 %]no documentation[% ELSE %] partial documentation[% END %] [% END %][% END %]
Obsolete routines and files
-
[% FOREACH r IN obsolete %][% SCOPE r %]
- [% index_name %]
- [% index_type %] [% END %][% END %]
Routines with complexity warnings
-
[% IF n_complex_routines gt 0 %]
[% FOREACH r IN complex_routines %][% SCOPE r %]
- [% location %][% basename %]: [% name %]
- [% n_lines %] lines, [% complexity %] complexity, [% modified_complexity %] modified_complexity [% END %][% END %] [% ELSE %]No routines with warnings[% END %]
Requires
Routines and files that require IDL [% requires_version %]:
-
[% FOREACH r in requires_items %][% SCOPE r %]
- [% index_name %]
- [% index_type %] [% END %][% END %]