| line | l | !l | condition | 
 
| 233 | 0 | 0 | $$self{'help'} //= 0 | 
 
| 236 | 0 | 0 | $$self{'verbose'} // 0 | 
 
| 241 | 0 | 0 | $$self{'workspace'} //= '/' | 
 
| 251 | 0 | 0 | $$self{'allow_any_branches'} //= 0 | 
 
| 256 | 0 | 0 | $$self{'allow_untracked_files'} //= 0 | 
 
| 268 | 0 | 0 | $$self{'allowed_branches'} //= 'master' | 
 
| 272 | 0 | 0 | $$self{'whitelist_repositories'} //= '' | 
 
| 434 | 0 | 0 | $remote_branch // '(no remote)' | 
 
|  | 0 | 0 | $status // '(no status)' | 
 
| 495 | 0 | 0 | $commits_ahead // 0 | 
 
| 497 | 0 | 0 | $$report{$git_repository} //= {} | 
 
| 500 | 0 | 0 | $commits_ahead // 0 | 
 
| 510 | 0 | 0 | $$report{$git_repository} //= {} |