${_('Directory Name')} | ${_('File Name')} | ${_('Size')} | ${_('Rev')} | ${_('Age')} | ${_('Last Change')} | ログ | タイプ | 実ステップ行数 | コメント行数 | コメント率 |
---|---|---|---|---|---|---|---|---|---|---|
.. | ||||||||||
${os.path.dirname(entry.path)} | $entry.name | ${sizeinfo(entry.content_length)} | $entry.rev | ${change and dateinfo(change.date) or '-'} |
|
${dir.counts[idx].fileType} | ${dir.counts[idx].step} | ${dir.counts[idx].commentStep} |
|
|
合計 | ${dir.sum_step} | ${dir.sum_comment} | ${'%3.1f' % (float(dir.sum_comment*100)/float(dir.sum_step+dir.sum_comment))}% |