()
| 790 | |
| 791 | #[test] |
| 792 | fn test_agent_display() { |
| 793 | let agent = make_agent(); |
| 794 | assert_eq!(format!("{}", agent), "Claude Code (anthropic)"); |
| 795 | } |
| 796 | |
| 797 | // ------------------------------------------------------------------------- |
| 798 | // CodeChangeStats |
nothing calls this directly
no test coverage detected