class RubyCritic::SourceControlSystem::Perforce

def revisions_count(path)

def revisions_count(path)
  perforce_files[Perforce.key_file(path)].revision.to_i
end